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

dev
0.0.4-dev.93
Compare
0.0.4-dev.93

API structure has changed

4 structure changes including:
2 Breaking changes
4 Modifications
Modified 4 Breaking
DELETE /v1/staff/{id}
  • Path
  • id path parameter Added
GET /v1/staff/{id}
  • Path
  • id path parameter Added
POST /v1/staff
  • Path went from /v1/staff/store to /v1/staff (same operationId)
    Breaking
PUT /v1/staff/{id}
  • Path went from /v1/staff/{id}/update to /v1/staff/{id} (same operationId)
    Breaking
  • Path
  • id path parameter Added