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

Nov 17, 2023

dev
0.0.4-dev.100
Compare
0.0.4-dev.100

API structure has changed

13 structure changes including:
1 Breaking change
5 Additions
7 Modifications
1 Removal
Modified 7 Breaking
GET /v1/contacts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/contacts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, user_id, firstname, lastname, email properties Modified
        • Properties are now required
          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
      • data, pagination properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • id, company_id, firstname, lastname, email, phone, permission_set, jobTitle, verification_status properties Added
POST /v1/auth/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
POST /v1/staff
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, company_id, firstname, lastname properties Modified
        • Properties are now required
          Breaking
      • verification_status property Added
PUT /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, company_id, firstname, lastname properties Modified
        • Properties are now required
          Breaking
      • verification_status property Added
Removed 1 Breaking
GET /v1/account
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 5
GET /v1/accounts
GET /v1/links/{link}
POST /v1/auth/check-existence
POST /v1/auth/register
POST /v1/staff/{id}/invite