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

Sep 11, 2024

dev
0.0.4-dev.810
Compare
0.0.4-dev.810

API structure has changed

2 structure changes including:
2 Breaking changes
2 Modifications
Modified 2 Breaking
GET /v1/company/teachers
  • Path went from /v1/{slug}/teachers to /v1/company/teachers (same operationId)
    Breaking
  • Path
  • slug path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /v1/company/{slug}
  • Path went from /v1/{slug} to /v1/company/{slug} (same operationId)
    Breaking