# Upload club photo **POST /1/clubs/{id}/photo** Upload club photo ## Servers - https://api.localsporthero.com: https://api.localsporthero.com () ## Parameters ### Path parameters - **id** (string) The club id. ### Body: multipart/form-data (object) - **extension** (string) The extension of the image `jpg` or `png`. - **imageData** (string(binary)) The data of the image. ## Responses ### 200 The updated club with uploaded image. #### Body: application/json (object) - **club** (object) [Powered by Bump.sh](https://bump.sh)