API structure has changed
12 structure changes including:
4 Breaking changes
8 Additions
4 Modifications
Modified
4
Breaking
GET /callback-requests
- Path went from
/callbackRequests
to/callback-requests
(same operationId)Breaking
GET /callback-requests/{id}
- Path went from
/callbackRequests/{id}
to/callback-requests/{id}
(same operationId)Breaking
PATCH /callback-requests/{id}
- Path went from
/callbackRequests/{id}
to/callback-requests/{id}
(same operationId)Breaking
POST /callback-requests
- Path went from
/callbackRequests
to/callback-requests
(same operationId)Breaking - Body
-
application/json content type Modified
-
status 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
-
status property Removed
Added
8
DELETE /meeting-rooms/{id}
DELETE /offices/{officeId}/meeting-rooms/{meetingRoomId}
GET /meeting-rooms
GET /meeting-rooms/{id}
PATCH /meeting-rooms/{id}
POST /meeting-room-events/_actions/archibus/notification
POST /meeting-rooms
POST /offices/{officeId}/meeting-rooms/{meetingRoomId}