UpdateHoliday modifies an existing holiday.
PATCH/api/v1/voice/holidays/:id
Updates holiday details. Partial updates supported.
Parameters
- id: Required, holiday to update
- (other fields): Optional, values to update
Errors
- NOT_FOUND: Holiday does not exist
- INVALID_ARGUMENT: Invalid type/rule combination
- PERMISSION_DENIED: Caller lacks voice:schedule:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.