Change Updates

Do not miss any Class Manager API changes, ever again

Subscribe to the Class Manager API changelog to be up to date on recent changes.

RSS

Dec 6, 2023

dev
0.0.4-dev.130
Compare
0.0.4-dev.130

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
DELETE /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • company_id, permission_set, job_title, verification_status, joined_at, deleted_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • companyId, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Added
GET /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • company_id, permission_set, job_title, verification_status, joined_at, deleted_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • companyId, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Added
POST /v1/staff/
  • Body
  • application/json content type Modified
    • string-1 property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • permissionSet property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • company_id, permission_set, job_title, verification_status, joined_at, deleted_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • companyId, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Added
PUT /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • company_id, permission_set, job_title, verification_status, joined_at, deleted_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • companyId, permissionSet, jobTitle, verificationStatus, joinedAt, deletedAt properties Added