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 14, 2024

dev
0.0.4-dev.288
Compare
0.0.4-dev.288

API structure has changed

7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /v1/contacts/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/contacts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Added
GET /v1/phones/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phones property Modified
PATCH /v1/contacts/{id}
  • Body
  • application/json content type Modified
    • phone property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Added
PATCH /v1/phones/
  • Body
  • application/json content type Modified
    • phones property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phones property Modified
POST /v1/contacts/
  • Body
  • application/json content type Modified
    • phones property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • phone property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Added
POST /v1/contacts/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Added