Patch the specified user calendar settings of the authenticated user

PATCH {{baseUrl}}/calendars/users/:userIdentifier/settings/:settingId

Patches a single setting.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: LIGHT

Request Body

{"id"=>"<string>", "value"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}