Update schedule slot
Rewrites a slot. Takes effect at its next boundary rather than immediately
PUT /schedule/{id}
note
SDK method: updateScheduleSlot
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a ScheduleSlot object.
Response
200 OK — Returns a ScheduleSlotList object.