# Update settings **PUT /settings**

status: stable

Overwrite current settings. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters ## Body parameters Content-type: application/json - **settings** (object) Settings ## Responses ### 415: Unsupported Media Type #### Body Parameters: application/json (object) - **message** (string) May occur when providing an invalid 'Content-Type' header. - **code** (string) ### 400: Bad Request #### Body Parameters: application/json (object) - **message** (string) May occur when a request is not well-formed; that is, it fails to parse successfully. This could be the case when some required parameters are missing or, when malformed values are provided. - **code** (string) ### 204: No Content [Powered by Bump.sh](https://bump.sh)