# Update settings **PUT /settings**

status: stable

Overwrite current settings. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters ### Body: application/json (object) - **settings** (object) Settings ## Responses ### 415 Unsupported Media Type #### Body: application/json (object) - **message** (string) May occur when providing an invalid 'Content-Type' header. - **code** (string) ### 400 Bad Request #### Body: 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)