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

dev
0.0.0
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8
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
      • relation property Modified
        • Combinator is now oneOf
PATCH /v1/students/{id}
  • Body
  • application/json content type Modified
    • gender property Modified
      • gender property Modified
        • Full types went from string to string | null
POST /v1/contacts/
  • Body
  • application/json content type Modified
    • relation property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • relation property Modified
        • Combinator is now oneOf
POST /v1/contacts/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • relation property Modified
        • Combinator is now oneOf
POST /v1/staff/
  • Body
  • application/json content type Modified
    • permissionSet property Modified
POST /v1/students/
  • Body
  • application/json content type Modified
    • gender property Modified
PUT /v1/contacts/{id}
  • Body
  • application/json content type Modified
    • relation property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • relation property Modified
        • Combinator is now oneOf