API structure has changed
4 structure changes including:
2 Breaking changes
4 Modifications
Modified
4
Breaking
DELETE /v1/staff/{id}
- Path
- id path parameter Added
GET /v1/staff/{id}
- Path
- id path parameter Added
POST /v1/staff
- Path went from
/v1/staff/storeto/v1/staff(same operationId)Breaking
PUT /v1/staff/{id}
- Path went from
/v1/staff/{id}/updateto/v1/staff/{id}(same operationId)Breaking - Path
- id path parameter Added