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

Oct 9, 2024

stage
0.0.4-stage.7
Compare
0.0.4-stage.7

API structure has changed

8 structure changes including:
2 Additions
6 Modifications
Modified 6
GET /v1/courses/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • settings property Modified
GET /v1/courses/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
        • id property Added
PATCH /v1/courses/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
        • id property Added
POST /v1/courses/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
        • id property Added
POST /v1/courses/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
        • id property Added
POST /v1/courses/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
        • id property Added
Added 2
GET /v1/attendances/stats
GET /v1/lessons/{date}