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

Feb 3, 2025

dev
0.2.0-dev.15
Compare
0.2.0-dev.15

API structure has changed

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