API structure has changed
1 structure change including:
1 Breaking change
1 Modification
Modified
1
Breaking
PUT /employees/{employeeId}/offices/{officeId}/expertise
- Path went from
/employees/{employeeId}/office/{officeId}/expertiseto/employees/{employeeId}/offices/{officeId}/expertise(same operationId)Breaking - Body
-
application/json content type Modified
- Content type is no longer required
-
subjectId, rank properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- object property Added