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

dev
0.0.0
Compare

API structure has changed

14 structure changes including:
14 Modifications
Modified 14
GET /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
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
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
PATCH /v1/students/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/families/
  • Body
  • application/json content type Modified
    • joinedAt property Modified
      • Full types went from string(date) to string(date) | null
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/families/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/families/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/families/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/students/
  • Body
  • application/json content type Modified
    • joinedAt property Modified
      • Full types went from string to string | null
      • joinedAt property Modified
        • Full types went from string to string | null
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/students/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/students/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
POST /v1/students/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
PUT /v1/families/{id}
  • Body
  • application/json content type Modified
    • joinedAt property Modified
      • Full types went from string(date) to string(date) | null
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null
  • Response
  • 200 response Modified
    • application/json content type Modified
      • joinedAt property Modified
        • Full types went from string(date) to string(date) | null