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

Jan 31, 2025

dev
0.2.0-dev.7
Compare
0.2.0-dev.7

API structure has changed

7 structure changes including:
7 Modifications
Modified 7
GET /v1/seasons/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • pricingModel property Added
GET /v1/seasons/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricingModel property Added
PATCH /v1/seasons/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricingModel property Added
POST /v1/seasons/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricingModel property Added
POST /v1/seasons/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricingModel property Added
POST /v1/seasons/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricingModel property Added
POST /v1/seasons/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricingModel property Added