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

Changelog

Last update:
Compare
1 structure change including:
1 Modification
Modified 1 Breaking
POST /v1/families/{id}
  • Body
  • application/json content type Modified
    • phone property Modified
      • Type went from string | null to string
        Breaking
    • sendInvite property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
1 structure change including:
1 Breaking change
1 Removal
Removed 1 Breaking
POST /v1/enrolment-adjustments/extra-lesson
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /v1/locations/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • openTime, closeTime properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/locations/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/rooms/
  • Query
  • includeArchived query parameter Added
POST /v1/locations/
  • Body
  • application/json content type Modified
    • openTime, closeTime properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/locations/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/locations/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/locations/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /v1/locations/{id}
  • Body
  • application/json content type Modified
    • openTime, closeTime properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
4 structure changes including:
2 Breaking changes
2 Additions
2 Modifications
Modified 2 Breaking
POST /v1/families/create
  • Path went from /v1/families/ to /v1/families/create (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • firstname, lastname, email, phone properties Added
POST /v1/families/{id}
  • Verb went from PUT to POST (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • firstname, lastname, email, phone, sendInvite properties Added
  • Response
  • 404 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 422 response Added
Added 2
POST /v1/families/
PUT /v1/families/{id}
3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /v1/attendances/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • createdAt, updatedAt properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/attendances/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt, updatedAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/attendances/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt, updatedAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking