Update scheduling slot
Partially update a custom scheduling slot (any of hour, minute, label, daysOfWeek). A change that collides with another slot’s (hour, minute) is rejected 409; one that would push the team past 350 weekly occurrences is rejected 409 with no change written.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Scheduling slot id (UUID) from the team scheduling-slot grid, as returned by the list/create scheduling-slots endpoints.
Body
a number between 0 and 23
0 <= x <= 23a number between 0 and 59
0 <= x <= 59Optional human-friendly name for this slot (for example "Morning" or "Lunch"), shown in the composer and calendar. Omit it or send null to leave the slot unlabelled.
Days of the week this slot fires on, as integers where 0 is Sunday through 6 is Saturday. Omit to default to all seven days.
1a number between 0 and 6
0 <= x <= 6Response
Success
a Universally Unique Identifier
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$a Universally Unique Identifier
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$a number between 0 and 23
0 <= x <= 23a number between 0 and 59
0 <= x <= 59an array of at least 1 item(s)
1a number between 0 and 6
0 <= x <= 6