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

Jan 11, 2024

dev
0.0.4-dev.174
Compare
0.0.4-dev.174

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /v1/staff/
  • Query
  • where query parameter Modified
  • 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
      • joinedAt property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/staff/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /v1/staff/{id}
  • Body
  • application/json content type Modified
    • joinedAt property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking