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

Mar 1, 2024

dev
0.0.4-dev.324
Compare
0.0.4-dev.324

API structure has changed

24 structure changes including:
4 Breaking changes
8 Additions
12 Modifications
4 Removals
Modified 12
POST /v1/students/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archivedAt property Added
POST /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archivedAt property Added
POST /v1/staff/{id}/invite
  • Response
  • 404 response Added
POST /v1/families/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • students property Modified
GET /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • students property Modified
GET /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archivedAt property Added
PATCH /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • students property Modified
PATCH /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archivedAt property Added
POST /v1/agreements/{id}/sign
  • Response
  • 404 response Added
POST /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • students property Modified
Removed 4 Breaking
POST /v1/students/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/staff/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/families/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/contacts/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 8
POST /v1/students/{id}/unarchive
POST /v1/students/{id}/archive
POST /v1/students/unarchive
POST /v1/students/restore
POST /v1/students/archive
POST /v1/staff/restore
POST /v1/families/restore
POST /v1/contacts/restore