Update a vacation substitution
PUT/vacation-substitutions/:code
Update a vacation substitution that is in SCHEDULED status. Only substitute, start date, and end date can be changed.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Successfully updated vacation substitution
Bad request - validation error
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Vacation substitution not found
Conflict - vacation is not in SCHEDULED status
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error