API structure has changed
3 structure changes including:
2 Breaking changes
1 Addition
2 Modifications
Modified
2
Breaking
DELETE /employees/{employeeId}/unavailability-event/{id}
- Path went from
/employees/{employeeId}/unavailability/{id}to/employees/{employeeId}/unavailability-event/{id}(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
POST /employees/{id}/unavailability
- Path went from
/employees/{employeeId}/unavailability/{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
Added
1
DELETE /employees/{employeeId}/office/{officeId}/expertise