API structure has changed
5 structure changes including:
3 Breaking changes
2 Additions
2 Modifications
1 Removal
Modified
2
Breaking
POST /employees/{id}/applied-templates/_actions/revert
- Path went from
/employees/{id}/applied-templates
to/employees/{id}/applied-templates/_actions/revert
(same operationId)Breaking - Verb went from
DELETE
toPOST
(same operationId)Breaking
POST /employees/{id}/unavailability/_actions/revert
- Path went from
/employees/{id}/unavailability
to/employees/{id}/unavailability/_actions/revert
(same operationId)Breaking - Verb went from
DELETE
toPOST
(same operationId)Breaking
Removed
1
Breaking
POST Appointment
webhook
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
POST AppointmentCreate
webhook
POST AppointmentUpdate
webhook