CalculateHolidayDate computes the date for a variable holiday.
POST/api/v1/ticketing/calendars/:calendarId/holidays/:id/calculate
For variable holidays (Easter, Thanksgiving, etc.), calculates the actual date for a specific year.
Errors
- NOT_FOUND: Holiday does not exist
- INVALID_ARGUMENT: Holiday is not variable type
- PERMISSION_DENIED: Caller lacks sla:read permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.