---
title: "PATCH /v1/settings"
method: PATCH
path: "/v1/settings"
tags: ["settings"]
---

# PATCH /v1/settings

`PATCH /v1/settings`

Update settings with rfc5789 and rfc7396 specifications

## Request body

- object
  - `current_state` object
  - `default_locale` string
  - `message_display_format` string
  - `contact_display_order` string
  - `contact_display_format` string
  - `notification_enabled` boolean
  - `notification_message_preview` string
  - `notification_sound_enabled` boolean
  - `notification_delay_disappear` integer

## Response `204`

Update successful. No body is returned.

## Other responses

- `400` — json payload malformed
- `422` — patch was semantically malformed or unprocessable

---

[API](https://skmtc.net/caliopen/apis/caliopen-http-rest-api.md) · [All operations](https://skmtc.net/caliopen/apis/caliopen-http-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/caliopen/caliopen-http-rest-api/revisions/f32b5d08284d/schema)
