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

Aug 6, 2024

dev
0.0.4-dev.729
Compare
0.0.4-dev.729

API structure has changed

5 structure changes including:
1 Breaking change
4 Modifications
1 Removal
Modified 4 Breaking
GET /v1/enrolments/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/enrolments/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • startAt, endAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/enrolments/
  • Response
  • 200 response Modified
    • application/json content type Modified
POST /v1/enrolments/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • startAt, endAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
Removed 1 Breaking
PUT /v1/enrolments/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking