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