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

14 structure changes including:
14 Modifications
Modified 14 Breaking
GET /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • permissionSet property Modified
        • Combinator is now oneOf
      • invitationStatus property Modified
        • Full types went from string | null to string
          Breaking
GET /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • gender property Modified
        • Combinator is now oneOf
PATCH /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • gender property Modified
        • Combinator is now oneOf
POST /v1/staff/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • permissionSet property Modified
        • Combinator is now oneOf
      • invitationStatus property Modified
        • Full types went from string | null to string
          Breaking
POST /v1/staff/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • permissionSet property Modified
        • Combinator is now oneOf
      • invitationStatus property Modified
        • Full types went from string | null to string
          Breaking
POST /v1/staff/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • permissionSet property Modified
        • Combinator is now oneOf
      • invitationStatus property Modified
        • Full types went from string | null to string
          Breaking
POST /v1/staff/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • permissionSet property Modified
        • Combinator is now oneOf
      • invitationStatus property Modified
        • Full types went from string | null to string
          Breaking
POST /v1/students/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • gender property Modified
        • Combinator is now oneOf
POST /v1/students/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • gender property Modified
        • Combinator is now oneOf
POST /v1/students/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • gender property Modified
        • Combinator is now oneOf
POST /v1/students/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • gender property Modified
        • Combinator is now oneOf
PUT /v1/staff/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • permissionSet property Modified
        • Combinator is now oneOf
      • invitationStatus property Modified
        • Full types went from string | null to string
          Breaking