API structure has changed
7 structure changes including:
7 Modifications
Modified
7
GET /v1/staff/
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- createdAt property Added
-
data property Modified
-
application/json content type Modified
GET /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
StaffDto alternative Modified
- createdAt property Added
-
StaffDto alternative Modified
-
application/json content type Modified
POST /v1/staff/
- Response
-
200 response Modified
-
application/json content type Modified
- createdAt property Added
-
application/json content type Modified
POST /v1/staff/{id}/archive
- Response
-
200 response Modified
-
application/json content type Modified
- createdAt property Added
-
application/json content type Modified
POST /v1/staff/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
- createdAt property Added
-
application/json content type Modified
POST /v1/staff/{id}/unarchive
- Response
-
200 response Modified
-
application/json content type Modified
- createdAt property Added
-
application/json content type Modified
PUT /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- createdAt property Added
-
application/json content type Modified