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

dev
0.0.4-dev.128
Compare
0.0.4-dev.128

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
      • deleted_at property Added
GET /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
  • Query
  • includeDeleted query parameter Added
GET /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • deleted_at property Added
POST /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • deleted_at property Added
PUT /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • deleted_at property Added