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

Jul 1, 2024

dev
0.0.4-dev.645
Compare
0.0.4-dev.645

API structure has changed

14 structure changes including:
3 Breaking changes
5 Additions
6 Modifications
3 Removals
Modified 6
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
      • settings property Modified
PATCH /v1/company
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
PATCH /v1/company/settings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
PATCH /v1/company/settings/look-and-feel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
Removed 3 Breaking
DELETE /v1/company/settings/tax-rate/{taxRate}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/company/settings/tax-rate
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /v1/company/settings/tax-rate/{taxRate}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 5
DELETE /v1/tax-rates/{id}
GET /v1/tax-rates/
POST /v1/tax-rates/
POST /v1/tax-rates/{id}/make-default
PUT /v1/tax-rates/{id}