# Update activity **POST /1/activities/{id}** Update activity ## Servers - https://api.localsporthero.com: https://api.localsporthero.com () ## Parameters ### Path parameters - **id** (string) The activity id. ### Body: application/json (object) - **name** (string) - **date** (string) - **timeZoneId** (string) - **priceInCents** (integer) - **currency** (string) - **location** (string) - **showOnMap** (boolean) - **clubIds** (array[string]) - **address** (object) ## Responses ### 200 The created activity. #### Body: application/json (object) - **activity** (object) [Powered by Bump.sh](https://bump.sh)