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

Mar 13, 2024

dev
0.0.4-dev.349
Compare
0.0.4-dev.349

API structure has changed

9 structure changes including:
4 Additions
5 Modifications
Modified 5 Breaking
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
      • verificationStatus property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • invitationStatus, archivedAt properties Added
PATCH /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • verificationStatus property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • invitationStatus, archivedAt properties Added
POST /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • verificationStatus property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • invitationStatus, archivedAt properties Added
POST /v1/staff/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • verificationStatus property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • invitationStatus, archivedAt properties Added
Added 4
POST /v1/staff/archive
POST /v1/staff/unarchive
POST /v1/staff/{id}/archive
POST /v1/staff/{id}/unarchive