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 5, 2023

dev
0.0.4-dev.124
Compare
0.0.4-dev.124

API structure has changed

5 structure changes including:
5 Modifications
Modified 5
DELETE /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joined_at property Added
GET /v1/staff/
  • Query
  • where, sort query parameters 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
      • joined_at property Added
POST /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joined_at property Added
PUT /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joined_at property Added