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 3, 2024

dev
0.0.4-dev.515
Compare
0.0.4-dev.515

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
PATCH /v1/classes/{id}
  • Body
  • application/json content type Modified
    • seasonId property Modified
      • Full types went from string | null to string
        Breaking
      • seasonId property Modified
        • Full types went from string | null to string
          Breaking
    • settings property Modified
      • Full types went from array[object] to object
        Breaking
      • portalEnrollmentEnabled, discountable, trialEnabled properties Added
    • unlimitedCapacity property Added
POST /v1/classes/
  • Body
  • application/json content type Modified
    • seasonId property Modified
      • Full types went from string | null to string
        Breaking
      • Property is now required
        Breaking
      • seasonId property Modified
        • Full types went from string | null to string
          Breaking
        • Property is now required
          Breaking
    • dayOfWeek property Modified
      • dayOfWeek property Modified
        • Property is now required
          Breaking
    • startTime property Modified
      • Property is now required
        Breaking
      • startTime property Modified
        • Property is now required
          Breaking
    • durationInMinutes property Modified
      • Property is now required
        Breaking
      • durationInMinutes property Modified
        • Property is now required
          Breaking
    • capacity property Modified
      • Full types went from integer | null to integer
        Breaking
      • capacity property Modified
        • Full types went from integer | null to integer
          Breaking
    • settings property Modified
      • Full types went from array[object] to object
        Breaking
      • portalEnrollmentEnabled, discountable, trialEnabled properties Added
    • unlimitedCapacity property Added