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

May 16, 2024

dev
0.0.4-dev.530
Compare
0.0.4-dev.530

API structure has changed

7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /v1/classes/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/classes/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Modified
        • Property is now required
          Breaking
      • trialsCount property Added
PATCH /v1/classes/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Modified
        • Property is now required
          Breaking
      • trialsCount property Added
POST /v1/classes/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Modified
        • Property is now required
          Breaking
      • trialsCount property Added
POST /v1/classes/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Modified
        • Property is now required
          Breaking
      • trialsCount property Added
POST /v1/classes/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Modified
        • Property is now required
          Breaking
      • trialsCount property Added
POST /v1/classes/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Modified
        • Property is now required
          Breaking
      • trialsCount property Added