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

Nov 28, 2024

prod
0.0.11
Compare
0.0.11

API structure has changed

10 structure changes including:
4 Additions
6 Modifications
Modified 6 Breaking
GET /v1/families/
  • Query
  • includeArchived query parameter Added
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
GET /v1/students/
  • Query
  • includeArchived query parameter Added
GET /v1/transactions/
  • Query
  • sort query parameter Modified
    • date, createdAt query parameters Added
POST /v1/agreements/
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
Added 4
GET /v1/families/{id}/invite
GET /v1/families/{id}/user
GET /v1/staff/{id}/invite
GET /v1/staff/{id}/user