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

Dec 15, 2023

dev
0.0.4-dev.151
Compare
0.0.4-dev.151

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /v1/company/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • url property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • slug property Added
GET /v1/company/{slug}
  • Path went from /v1/company/{url} to /v1/company/{slug} (same operationId)
  • Path
  • url path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • slug path parameter Added
GET /v1/company/{slug}/settings
  • Path went from /v1/company/{url}/settings to /v1/company/{slug}/settings (same operationId)
  • Path
  • url path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • slug path parameter Added