API structure has changed
3 structure changes including:
2 Breaking changes
1 Addition
2 Modifications
Modified
2
Breaking
POST /employees/{id}/unavailability
- Path went from
/employees/{employeeId}/unavailability-event/{id}to/employees/{id}/unavailability(same operationId)Breaking - Verb went from
DELETEtoPOST(same operationId)Breaking - Path
-
employeeId 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
- Response
-
204 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 201, 422 responses Added
- Body
- application/json content type Added
PUT /employees/{employeeId}/office/{officeId}/expertise
- Verb went from
DELETEtoPUT(same operationId)Breaking
Added
1
DELETE /employees/{employeeId}/unavailability-event/{id}