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

dev
0.0.4-dev.312
Compare
0.0.4-dev.312

API structure has changed

10 structure changes including:
10 Modifications
Modified 10 Breaking
GET /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
  • Query
  • relations query parameter Added
GET /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primaryContactName, studentNames properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • contacts, students properties Added
  • Query
  • relations query parameter Added
GET /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
  • Query
  • relations query parameter Added
GET /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • family property Added
PATCH /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primaryContactName, studentNames properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • contacts, students properties Added
PATCH /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • family property Added
POST /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primaryContactName, studentNames properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • contacts, students properties Added
POST /v1/families/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primaryContactName, studentNames properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • contacts, students properties Added
POST /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • family property Added
POST /v1/students/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • family property Added