Skip to main content
Use this endpoint to update an existing Holiday List. You can modify the Holiday List’s name, description, or update the holidays it contains.
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_TOKEN

Path 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.

Error Responses

Bad Request (400)

Unauthorized (401)

Not Found (404)

Internal Server Error (500)