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

Feb 19, 2024

dev
0.0.4-dev.296
Compare
0.0.4-dev.296

API structure has changed

6 structure changes including:
2 Breaking changes
1 Addition
3 Modifications
2 Removals
Modified 3 Breaking
GET /v1/company/settings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • brandColors, brandColor, logo properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/company/{slug}/settings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • brandColors, brandColor, logo properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PATCH /v1/company/settings
  • Body
  • application/json content type Modified
    • brandColor, logo properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • brandColors, brandColor, logo properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
Removed 2 Breaking
GET /v1/company/settings/application
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /v1/company/settings/application
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
PATCH /v1/companies/{id}