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
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"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.