API structure has changed
11 structure changes including:
1 Breaking change
2 Additions
9 Modifications
Modified
9
Breaking
DELETE /employees/{employeeId}/unavailability-event/{id}
- Path went from
/employees/{id}/unavailabilityto/employees/{employeeId}/unavailability-event/{id}(same operationId)Breaking - Verb went from
POSTtoDELETE(same operationId)Breaking - Body
-
application/json content type 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, 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
- answers, id properties 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 /employees/{id}/unavailability
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- answers, id properties 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, id properties 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
Added
2
GET /contexts/{id}
POST /contexts