API structure has changed
5 structure changes including:
1 Breaking change
1 Addition
3 Modifications
1 Removal
Modified
3
GET /v1/links/{id}
- Path went from
/v1/links/{link}to/v1/links/{id}(same operationId) - Path
- id path parameter Added
POST /v1/staff/{id}/invite
- Path
- id path parameter Added
PUT /v1/staff/{id}
- Body
- application/json content type Added
Removed
1
Breaking
POST /v1/staff
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
POST /v1/staff