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
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","value":"\u003cstring\u003e"}