API structure has changed
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