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

Jul 22, 2024

dev
0.0.4-dev.696
Compare
0.0.4-dev.696

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /v1/messages/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/messages/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • body, attachments properties Modified
        • Properties are now required
          Breaking
GET /v1/waivers/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/waivers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • updatedAt property Modified
        • Full types went from string | null to string(date-time)
          Breaking
PATCH /v1/waivers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • updatedAt property Modified
        • Full types went from string | null to string(date-time)
          Breaking
POST /v1/messages/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • body, attachments properties Modified
        • Properties are now required
          Breaking
POST /v1/waivers/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • updatedAt property Modified
        • Full types went from string | null to string(date-time)
          Breaking
POST /v1/waivers/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • updatedAt property Modified
        • Full types went from string | null to string(date-time)
          Breaking
POST /v1/waivers/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • updatedAt property Modified
        • Full types went from string | null to string(date-time)
          Breaking