Holidays REST Endpoints

Holidays
The list of holidays in your organization.
Create a holiday
Method: post
Path: /services/rest/connect/v1.4/holidays
Delete a holiday
Method: delete
Path: /services/rest/connect/v1.4/holidays/{id}
Get a holiday
Method: get
Path: /services/rest/connect/v1.4/holidays/{id}
Get multiple holidays
Method: get
Path: /services/rest/connect/v1.4/holidays
Update a holiday
Method: patch
Path: /services/rest/connect/v1.4/holidays/{id}