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 18, 2025

dev
0.3.0-dev.12
Compare
0.3.0-dev.12

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /v1/seasons/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • enableRegistrationFees property Added
GET /v1/seasons/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enableRegistrationFees property Added
PATCH /v1/seasons/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enableRegistrationFees property Added
POST /v1/seasons/
  • Body
  • application/json content type Modified
    • registrationOpen, registrationFee, maxRegistrationFee, registrationFeeTaxRateId, firstPaymentDate, paymentDay properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • enableRegistrationFees, additionalFees, allowUpfrontPricingPlan, paymentStartDate, allowMonthlyPricingPlan, bilingDayOfMonth properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enableRegistrationFees property Added
POST /v1/seasons/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enableRegistrationFees property Added
POST /v1/seasons/{id}/enrolment-status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enableRegistrationFees property Added
POST /v1/seasons/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enableRegistrationFees property Added
POST /v1/seasons/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enableRegistrationFees property Added