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

Mar 19, 2024

dev
0.0.0
Compare

API structure has changed

15 structure changes including:
8 Additions
7 Modifications
Modified 7
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 Added
PATCH /v1/classes/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Added
POST /v1/classes/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Added
POST /v1/classes/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Added
POST /v1/classes/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Added
POST /v1/classes/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • seasonId property Added
Added 8
DELETE /v1/seasons/
DELETE /v1/seasons/{id}
GET /v1/seasons/
GET /v1/seasons/{id}
POST /v1/seasons/
POST /v1/seasons/restore
POST /v1/seasons/{id}/restore
PUT /v1/seasons/{id}