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

Oct 15, 2024

dev
0.0.4-dev.909
Compare
0.0.4-dev.909

API structure has changed

1 structure change including:
1 Breaking change
1 Modification
Modified 1 Breaking
GET /v1/lessons/{fromDate}/{toDate}
  • Path went from /v1/lessons/{date} to /v1/lessons/{fromDate}/{toDate} (same operationId)
    Breaking
  • Path
  • date path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • fromDate, toDate path parameters Added
  • Query
  • where query parameter Added