v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHoliday calendar
Update holiday calendar
Update a holiday calendar. Fields not passed are not updated.
patch/v1/holiday-calendar/{holiday_calendar_id}
Path parameters
holiday_calendar_idstring required
Example:8675309
Holiday calendar ID
Request body
Example request
{
"type": "authentication",
"parent_id": 8675309,
"external_id": "9erqwerncsodignlkd80we4ty",
"metadata": "{ \"key\": \"value\"}",
"name": "New Year's Day",
"working_days": [
1,
2,
3,
4,
5,
6
]
}Response
No Content