v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Schedules

Link a holiday calendar to a schedule

<small>Requires the sequences:operate scope (or a broader one that includes it).</small>

Links a holiday calendar to the specified schedule.

post/v3/schedules/{id}/holiday-calendar-links

Path parameters

idinteger required

Schedule ID

Request body

calendarIdinteger required

ID of the holiday calendar to link

Example request

{
  "calendarId": 3
}

Response

Holiday calendar linked successfully. The response body is empty.

{"stackTrail":"paths:/v3/schedules/{id}/holiday-calendar-links:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}