# Update challenge **POST /1/challenges/{id}** Update challenge ## Servers - https://api.localsporthero.com: https://api.localsporthero.com () ## Parameters ### Path parameters - **id** (string) The challenge id. ### Body: application/json (object) - **name** (string) The name of the club. - **startDate** (string) The start date. - **endDate** (string) The end date. - **totalRounds** (integer) Number of rounds. - **public** (boolean) Closed or public challenge. - **properties** (array) List of properties for the challenge. - **inviteUserIds** (array) List of user ids to invite. ## Responses ### 200 The updated challenge. #### Body: application/json (object) - **challenge** (object) [Powered by Bump.sh](https://bump.sh)