# Update a spot **PUT /v1/spots/{spotId}** Update a spot ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **spotId** (string) The id of the spot ### Body: application/json (object) - **name** (string) Name of the spot - **description** (string) Description of the spot - **privacy** (string) Privacy setting of the spot - **spotModuleConfigs** (array[object]) Configurations of the spot modules - **lang** (string) Language of the spot - **theme** (object) Theme of the spot ## Responses ### 200 The spot has been successfully updated. #### Body: application/json (object) - **id** (string) The id of the spot. - **name** (string) The name of the spot. - **description** (string) The description of the spot. - **privacy** (string) The privacy of the spot. - **ownerId** (string) The ownerId of the spot. Corresponds to the userId of the user who created the spot. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Spot not found [Powered by Bump.sh](https://bump.sh)