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
15 structure changes including:
15 Modifications
Modified 15
GET /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • createdAt property Added
GET /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
GET /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • createdAt property Added
GET /v1/students/birthdays
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
GET /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
PATCH /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/families/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/families/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/families/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/students/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/students/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/students/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
PUT /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
2 structure changes including:
1 Breaking change
1 Addition
1 Removal
Removed 1 Breaking
POST /v1/transactions/create-credit-note
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
POST /v1/transactions/{transaction}/create-credit-note
1 structure change including:
1 Modification
Modified 1
POST /v1/integrations/stripe/{familyId}/payment-sessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ephemeralKey property Added
7 structure changes including:
7 Modifications
Modified 7
GET /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • createdAt property Added
GET /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • StaffDto alternative Modified
        • createdAt property Added
POST /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/staff/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/staff/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
POST /v1/staff/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
PUT /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt property Added
1 structure change including:
1 Modification
Modified 1
GET /v1/rooms/
  • Query
  • sort query parameter Modified
    • createdAt query parameter Added
1 structure change including:
1 Modification
Modified 1
POST /v1/auth/register/company
  • Body
  • application/json content type Modified
    • firstname, lastname, email, password properties Modified
      • Properties are no longer required