Update a Calendar

PUT {{baseUrl}}/v3/grants/:grant_id/calendars/:calendar_id

Updates an existing calendar by the specific calendar ID.

Request Body

{"description"=>"<string>", "hex_color"=>"<string>", "hex_foreground_color"=>"<string>", "location"=>"<string>", "metadata"=>{"your-key"=>"<string>"}, "name"=>"<string>", "timezone"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;data&quot;:&quot;\u003cobject\u003e&quot;}