4 structure changes including:
1 Breaking change
4 Modifications
Modified
4
Breaking
DELETE /employees/{employeeId}/unavailability/{id}
- Path went from
/employees/{id}/unavailability
to/employees/{employeeId}/unavailability/{id}
(same operationId)Breaking - Verb went from
POST
toDELETE
(same operationId)Breaking - Response
-
201, 422 responses Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 204 response Added
- Path
- employeeId path parameter Added
GET /employees/{id}/unavailability
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- id property Added
-
data property Modified
-
application/json content type Modified
POST /employees/{id}/unavailability
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- id property Added
-
data property Modified
-
application/json content type Modified
POST /employees/{id}/unavailability-event
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- id property Added
-
data property Modified
-
application/json content type Modified
10 structure changes including:
10 Modifications
Modified
10
Breaking
GET /contexts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
string-1, string-1 properties Modified
- Properties are no longer required
-
Type went from
string(date-time)
tostring(date-time) | null
-
object-1 property Modified
- Property is no longer required
-
string-1, string-1 properties Modified
-
data property Modified
-
application/json content type Modified
GET /employees/{id}/unavailability
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- answers property Added
-
data property Modified
-
application/json content type Modified
GET /listings
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- string-1 property Added
-
data property Modified
-
application/json content type Modified
GET /listings/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- string-1 property Added
-
data property Modified
-
application/json content type Modified
GET /unavailability
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- answers property Added
-
data property Modified
-
application/json content type Modified
PATCH /listings/{id}
- Body
-
application/json content type Modified
- string-1 property Added
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- string-1 property Added
-
data property Modified
-
application/json content type Modified
POST /contexts
- Body
-
application/json content type Modified
- Content type is no longer required
-
string-1, string-1 properties Modified
- Properties are no longer required
-
Type went from
string(date-time)
tostring(date-time) | null
-
object-1 property Modified
- Property is no longer required
-
customers property Modified
- object-1 property Added
-
secondaryCustomers property Modified
- object-1 property Added
-
expiresAt property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
-
string-1, string-1 properties Modified
- Properties are no longer required
-
Type went from
string(date-time)
tostring(date-time) | null
-
object-1 property Modified
- Property is no longer required
-
string-1, string-1 properties Modified
-
data property Modified
-
application/json content type Modified
POST /employees/{id}/unavailability
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- answers property Added
-
data property Modified
-
application/json content type Modified
POST /employees/{id}/unavailability-event
- Body
-
application/json content type Modified
- array-1 property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- answers property Added
-
data property Modified
-
application/json content type Modified
POST /listings
- Body
-
application/json content type Modified
- string-1 property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- string-1 property Added
-
data property Modified
-
application/json content type Modified
2 structure changes including:
2 Additions
Added
2
GET /contexts/{id}
POST /contexts
2 structure changes including:
2 Modifications
Modified
2
GET /employees
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
GET /offices
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
11 structure changes including:
11 Modifications
Modified
11
GET /employees/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
GET /offices/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
PATCH /employees/{id}
- Body
-
application/json content type Modified
- object-1 property Added
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
PATCH /offices/{id}
- Body
-
application/json content type Modified
- object-1 property Added
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /employees
- Body
-
application/json content type Modified
- object-1 property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /offices
- Body
-
application/json content type Modified
- object-1 property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST AppointmentCreate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
appointment property Modified
- office, participants properties Modified
-
appointment property Modified
-
data property Modified
POST AppointmentUpdate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
appointment property Modified
- office, participants properties Modified
-
appointment property Modified
-
data property Modified
POST CallbackRequestCreate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
callbackRequest property Modified
- OfficeWebhook, participants properties Modified
-
callbackRequest property Modified
-
data property Modified
POST CallbackRequestUpdate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
callbackRequest property Modified
- OfficeWebhook, participants properties Modified
-
callbackRequest property Modified
-
data property Modified
POST CommunicationWebhook
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
resource property Modified
- AppointmentCreateWebhookData, AppointmentUpdateWebhookData, CallbackRequestCreateWebhookData, CallbackRequestUpdateWebhookData alternatives Modified
-
resource property Modified
-
data property Modified
1 structure change including:
1 Addition
Added
1
POST /employees/{id}/unavailability-event
5 structure changes including:
1 Addition
4 Modifications
Modified
4
PATCH /appointments/{id}
- Body
-
application/json content type Modified
- Content type is no longer required
-
object-1 property Modified
- Property is no longer required
POST /appointments
- Body
-
application/json content type Modified
-
object-1 property Modified
- Property is no longer required
-
object-1 property Modified
POST /appointments/_actions/invite
- Body
-
application/json content type Modified
-
object-1 property Modified
- Property is no longer required
-
object-1 property Modified
POST /callback-requests
- Body
-
application/json content type Modified
-
object-1 property Modified
- Property is no longer required
-
object-1 property Modified
Added
1
GET /regions
4 structure changes including:
4 Modifications
Modified
4
GET /employees/{id}/office-coverage-regions
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- regions property Modified
-
data property Modified
-
application/json content type Modified
GET /employees/{id}/office-subject-coverage-regions
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- regions property Modified
-
data property Modified
-
application/json content type Modified
PUT /employees/{id}/office-coverage-regions
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- regions property Modified
-
data property Modified
-
application/json content type Modified
PUT /employees/{id}/office-subject-coverage-regions
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- regions property Modified
-
data property Modified
-
application/json content type Modified
16 structure changes including:
16 Modifications
Modified
16
Breaking
GET /appointments
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
GET /appointments/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
GET /callback-requests
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
GET /callback-requests/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
PATCH /appointments/{id}
- Body
-
application/json content type Modified
-
Content type is now required Breaking
- object-1 property Added
-
Content type is now required
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
PATCH /callback-requests/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments
- Body
-
application/json content type Modified
- object-1 property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/_actions/invite
- Body
-
application/json content type Modified
- object-1 property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/{id}/_actions/accept
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/{id}/_actions/cancel
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/{id}/_actions/complete
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/{id}/_actions/reassign
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/{id}/_actions/reopen
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/{id}/_actions/request-reschedule
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /appointments/{id}/_actions/reschedule
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
POST /callback-requests
- Body
-
application/json content type Modified
- object-1 property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- object-1 property Added
-
data property Modified
-
application/json content type Modified
5 structure changes including:
5 Modifications
Modified
5
POST AppointmentCreate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
appointment property Modified
- object-1 property Added
-
appointment property Modified
-
data property Modified
POST AppointmentUpdate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
appointment property Modified
- object-1 property Added
-
appointment property Modified
-
data property Modified
POST CallbackRequestCreate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
callbackRequest property Modified
- object-1 property Added
-
callbackRequest property Modified
-
data property Modified
POST CallbackRequestUpdate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
callbackRequest property Modified
- object-1 property Added
-
callbackRequest property Modified
-
data property Modified
POST CommunicationWebhook
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
resource property Modified
- AppointmentCreateWebhookData, AppointmentUpdateWebhookData, CallbackRequestCreateWebhookData, CallbackRequestUpdateWebhookData alternatives Modified
-
resource property Modified
-
data property Modified
5 structure changes including:
5 Modifications
Modified
5
POST AppointmentCreate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
appointment property Modified
- subject, office, participants, answers, MeetingRoomWebhook properties Modified
-
string-1 property Modified
- Property is no longer required
-
Type went from
string
tostring | null
-
appointment property Modified
-
data property Modified
POST AppointmentUpdate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
appointment property Modified
- subject, office, participants, answers, MeetingRoomWebhook properties Modified
-
string-1 property Modified
- Property is no longer required
-
Type went from
string
tostring | null
-
previousAppointment property Modified
-
string-1 property Modified
- Property is no longer required
-
Type went from
string
tostring | null
-
string-1 property Modified
-
appointment property Modified
-
data property Modified
POST CallbackRequestCreate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
callbackRequest property Modified
- SubjectWebhook, OfficeWebhook, participants, answers properties Modified
-
string-1 property Modified
- Property is no longer required
-
Type went from
string
tostring | null
-
callbackRequest property Modified
-
data property Modified
POST CallbackRequestUpdate
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
callbackRequest property Modified
- SubjectWebhook, OfficeWebhook, participants, answers properties Modified
-
string-1 property Modified
- Property is no longer required
-
Type went from
string
tostring | null
-
callbackRequest property Modified
-
data property Modified
POST CommunicationWebhook
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
resource property Modified
- AppointmentCreateWebhookData, AppointmentUpdateWebhookData, CallbackRequestCreateWebhookData, CallbackRequestUpdateWebhookData alternatives Modified
-
resource property Modified
-
data property Modified
1 structure change including:
1 Modification
Modified
1
Breaking
GET /employees/{employeeId}/external-calendar-events
- Path went from
/employees/{id}/external-calendar-events
to/employees/{employeeId}/external-calendar-events
(same operationId) - Path
-
id path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- employeeId path parameter Added
1 structure change including:
1 Modification
Modified
1
Breaking
POST CommunicationWebhook
webhook
- Body
-
application/json content type Modified
-
data property Modified
-
resource property Modified
-
AppointmentCreateWebhook, AppointmentUpdateWebhook, CallbackRequestCreateWebhook, CallbackRequestUpdateWebhook alternatives Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- AppointmentCreateWebhookData, AppointmentUpdateWebhookData, CallbackRequestCreateWebhookData, CallbackRequestUpdateWebhookData alternatives Added
-
AppointmentCreateWebhook, AppointmentUpdateWebhook, CallbackRequestCreateWebhook, CallbackRequestUpdateWebhook alternatives Removed
-
resource property Modified
-
data property Modified
5 structure changes including:
3 Additions
2 Modifications
Modified
2
Breaking
POST AppointmentCreate
webhook
- Body
-
application/json content type Modified
-
eventType, string-1, appointment, previousAppointment properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- id, correlationId, entity, version, webhookConfigurationId, data properties Added
-
eventType, string-1, appointment, previousAppointment properties Removed
POST AppointmentUpdate
webhook
- Body
-
application/json content type Modified
-
eventType, string-1, appointment, previousAppointment properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- id, correlationId, entity, version, webhookConfigurationId, data properties Added
-
eventType, string-1, appointment, previousAppointment properties Removed
Added
3
POST CallbackRequestCreate
webhook
POST CallbackRequestUpdate
webhook
POST CommunicationWebhook
webhook
2 structure changes including:
2 Modifications
Modified
2
POST AppointmentCreate
webhook
- Body
-
application/json content type Modified
- property Added
POST AppointmentUpdate
webhook
- Body
-
application/json content type Modified
- property Added
2 structure changes including:
2 Modifications
Modified
2
POST AppointmentCreate
webhook
- Body
-
application/json content type Modified
- property Removed
POST AppointmentUpdate
webhook
- Body
-
application/json content type Modified
- property Removed
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
1 structure change including:
1 Modification
Modified
1
POST Appointment
webhook
- Body
-
application/json content type Modified
- property Added
2 structure changes including:
1 Breaking change
1 Addition
1 Removal
Removed
1
Breaking
POST appointment.create
webhook
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
POST Appointment
webhook
3 structure changes including:
2 Breaking changes
1 Addition
2 Removals
Removed
2
Breaking
POST Appointment
webhook
- Removing a resource is always breaking unless it was deprecated before Breaking
POST Ping
webhook
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
POST appointment.create
webhook