API structure has changed
5 structure changes including:
5 Modifications
Modified
5
Breaking
GET /v1/staff/
- 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
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
application/json content type Modified
POST /v1/staff/
- Response
-
200 response Modified
-
application/json content type Modified
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
application/json content type Modified
POST /v1/staff/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
application/json content type Modified
PUT /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
companyId, email, phone, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Modified
-
application/json content type Modified