API structure has changed
1 structure change including:
1 Modification
Modified
1
Breaking
GET /employees/{employeeId}/external-calendar-events
- Path went from
/employees/{id}/external-calendar-events
to/employees/{employeeId}/external-calendar-events
(same operationId) - Path
-
id 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
- employeeId path parameter Added