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

Dec 23, 2024

dev
0.0.14-dev.2
Compare
0.0.14-dev.2

API structure has changed

4 structure changes including:
2 Breaking changes
2 Additions
2 Modifications
Modified 2 Breaking
POST /v1/families/create
  • Path went from /v1/families/ to /v1/families/create (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • firstname, lastname, email, phone properties Added
POST /v1/families/{id}
  • Verb went from PUT to POST (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • firstname, lastname, email, phone, sendInvite properties Added
  • Response
  • 404 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 422 response Added
Added 2
POST /v1/families/
PUT /v1/families/{id}