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

Apr 9, 2024

dev
0.0.0
Compare

API structure has changed

7 structure changes including:
7 Breaking changes
1 Modification
6 Removals
Modified 1 Breaking
PUT /v1/addresses/
  • Verb went from PATCH to PUT (same operationId)
    Breaking
Removed 6 Breaking
DELETE /v1/addresses/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /v1/addresses/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/addresses/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/addresses/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/addresses/{id}/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /v1/addresses/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking