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
GET /v1/lessons/{fromDate}/{toDate}
  • Query
  • where query parameter Modified
    • staffId query parameter Modified
      • Query parameter is no longer required
    • studentId query parameter Added
2 structure changes including:
2 Modifications
Modified 2 Breaking
POST /v1/families/{id}/invite
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /v1/staff/{id}/invite
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
2 structure changes including:
2 Modifications
Modified 2
GET /v1/integrations/stripe/onboarding-link
  • Response
  • 200 response Modified
    • application/json content type Modified
      • expiresAt property Modified
        • Type went from string(date-time) to string(date-time) | null
      • createdAt, type properties Added
GET /v1/integrations/stripe/profile-link
  • Response
  • 200 response Modified
    • application/json content type Modified
      • expiresAt, type properties Added
4 structure changes including:
4 Additions
Added 4
GET /v1/families/{id}/invite
GET /v1/families/{id}/user
GET /v1/staff/{id}/invite
GET /v1/staff/{id}/user
1 structure change including:
1 Modification
Modified 1 Breaking
POST /v1/agreements/
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added