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/attendances/
  • Body
  • application/json content type Modified
    • status property Modified
      • Type went from string | null to string
        Breaking
12 structure changes including:
12 Modifications
Modified 12 Breaking
GET /v1/auth/accounts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • CompanyDto property Modified
GET /v1/companies/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • created_at property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • createdAt property Added
GET /v1/company/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • created_at property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • createdAt property Added
PATCH /v1/company/settings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • created_at property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • createdAt property Added
PATCH /v1/company/settings/look-and-feel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • created_at property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • createdAt property Added
PATCH /v1/users/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • LoginDto alternative Modified
        • user property Modified
      • UserDto alternative Modified
        • email_verified_at property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • emailVerifiedAt property Added
POST /v1/auth/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • email_verified_at property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • emailVerifiedAt property Added
POST /v1/auth/register
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • email_verified_at property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • emailVerifiedAt property Added
POST /v1/auth/reset-password
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • email_verified_at property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • emailVerifiedAt property Added
POST /v1/files/
  • Body
  • application/json content type Modified
    • entity_id property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • entityId property Added
PUT /v1/company
  • Response
  • 200 response Modified
    • application/json content type Modified
      • created_at property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • createdAt property Added
PUT /v1/company/address
  • Response
  • 200 response Modified
    • application/json content type Modified
      • created_at property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • createdAt property Added
1 structure change including:
1 Breaking change
1 Modification
Modified 1 Breaking
GET /v1/lessons/{fromDate}/{toDate}
  • Path went from /v1/lessons/{date} to /v1/lessons/{fromDate}/{toDate} (same operationId)
    Breaking
  • Path
  • date path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • fromDate, toDate path parameters Added
  • Query
  • where query parameter Added
1 structure change including:
1 Modification
Modified 1
POST /v1/attendances/
  • Body
  • application/json content type Modified
    • AttendanceStatus property Modified
      • Type went from string to string | null
1 structure change including:
1 Addition
Added 1
GET /v1/integrations/stripe/account