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 25, 2024

dev
0.0.0
Compare

API structure has changed

2 structure changes including:
1 Breaking change
2 Modifications
Modified 2 Breaking
POST /v1/staff/
  • Body
  • application/json content type Modified
    • jobTitle, phone properties Added
PUT /v1/staff/{id}
  • Verb went from PATCH to PUT (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • profilePicture property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking