Only authenticated users can update Holiday Lists that belong to their workspace.
OpenAPI
Authorizations
string
required
Bearer Token for the authenticated user.Format:
Authorization: Bearer YOUR_ACCESS_TOKENPath Parameters
string
required
The unique identifier of the Holiday List to update.
Body Parameters
string
Updated name of the Holiday List.
string
Updated description for the Holiday List.
array
Updated array of holidays to include in the Holiday List.
Example Request
Successful Response
Response Fields
string
Unique identifier of the Holiday List.
string
Updated Holiday List name.
string
Updated description of the Holiday List.
boolean
Whether the Holiday List is currently enabled.
integer
Total number of holidays in the Holiday List.
string
Timestamp indicating when the Holiday List was last updated.

