Update Calendar Blocked Time
Updates the specified calendar Blocked Time.
Authorization
bearerAuth In: header
Path Parameters
Unique identifier of the related calendar.
uuidUnique identifier for the resource.
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Human-readable name of the resource.
Whether the resource is all day.
Timestamp for start at.
date-timeTimestamp for end at.
date-timeRecurrence Rule value for this resource.
Unique identifier of the related series.
Timestamp for replaces occurrence at.
Response Body
application/json
curl -X PATCH "https://api.getmateo.com/v1/calendars/497f6eca-6276-4993-bfeb-53cbbbba6f08/blocked-times/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "calendar_id": "c828ce68-4c5a-4491-b76a-af3d888d3f97", "source": "manual", "name": "string", "external_id": "string", "is_all_day": true, "start_at": "2019-08-24T14:15:22Z", "end_at": "2019-08-24T14:15:22Z", "recurrence_rule": "string", "series_id": "0f6582ac-1e7e-41dc-a63a-24fccd074d0c", "replaces_occurrence_at": "2019-08-24T14:15:22Z"}Update Calendar Blocked Time by External ID PATCH
Updates the row resolved by its immutable, case-sensitive external_id within this organisation. external_id cannot be changed. Repeating the same PATCH body is idempotent. Recurring masters and exceptions retain distinct locators, and exceptions reference the returned Mateo master UUID through series_id.
Update Calendar by Locator PATCH
Updates the calendar resolved by exactly one of id or external_id within this organisation. external_id is immutable.