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

Mar 21, 2024

dev
0.0.0
Compare

API structure has changed

7 structure changes including:
2 Breaking changes
5 Modifications
2 Removals
Modified 5 Breaking
GET /v1/auth/accounts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/companies/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/company/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • countryCode property Modified
        • Full types went from string | null to string
          Breaking
        • Property is now required
          Breaking
PATCH /v1/company
  • Body
  • application/json content type Modified
    • brandColor property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • name, email, phone properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • countryCode property Modified
        • Full types went from string | null to string
          Breaking
        • Property is now required
          Breaking
PATCH /v1/company/settings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • countryCode property Modified
        • Full types went from string | null to string
          Breaking
        • Property is now required
          Breaking
Removed 2 Breaking
GET /v1/phones/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /v1/phones/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking