API structure has changed
5 structure changes including:
5 Modifications
Modified
5
DELETE /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- joined_at property Added
-
application/json content type Modified
GET /v1/staff/
- Query
- where, sort query parameters Modified
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- joined_at property Added
-
application/json content type Modified
POST /v1/staff/
- Response
-
200 response Modified
-
application/json content type Modified
- joined_at property Added
-
application/json content type Modified
PUT /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- joined_at property Added
-
application/json content type Modified