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

Jun 6, 2024

dev
0.0.4-dev.576
Compare
0.0.4-dev.576

API structure has changed

12 structure changes including:
12 Modifications
Modified 12
GET /v1/attendances/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/attendances/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • time property Added
GET /v1/lessons
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /v1/trials/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/trials/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • time property Added
POST /v1/attendances/
  • Body
  • application/json content type Modified
    • time property Added
POST /v1/attendances/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • time property Added
POST /v1/trials/
  • Body
  • application/json content type Modified
    • time property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
POST /v1/trials/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • time property Added
POST /v1/trials/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • time property Added
POST /v1/trials/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • time property Added
PUT /v1/trials/{id}
  • Body
  • application/json content type Modified
    • time property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • time property Added