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

dev
0.0.4-dev.539
Compare
0.0.4-dev.539

API structure has changed

23 structure changes including:
7 Breaking changes
7 Additions
9 Modifications
7 Removals
Modified 9 Breaking
GET /v1/classes/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/classes/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enrolmentQueuesCount property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • waitingListsCount property Added
PATCH /v1/classes/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enrolmentQueuesCount property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • waitingListsCount property Added
POST /v1/classes/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enrolmentQueuesCount property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • waitingListsCount property Added
POST /v1/classes/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enrolmentQueuesCount property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • waitingListsCount property Added
POST /v1/classes/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enrolmentQueuesCount property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • waitingListsCount property Added
POST /v1/classes/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enrolmentQueuesCount property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • waitingListsCount property Added
POST /v1/enrolments/
  • Body
  • application/json content type Modified
    • object-1 property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from object to array[object]
        Breaking
POST /v1/trials/
  • Body
  • application/json content type Modified
    • object-1 property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from object to array[object]
        Breaking
Removed 7 Breaking
POST /v1/enrolment-queues/{id}/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/enrolment-queues/restore
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/enrolment-queues/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /v1/enrolment-queues/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /v1/aggregate-transactions/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /v1/enrolment-queues/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /v1/enrolment-queues/
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 7
POST /v1/waiting-lists/{id}/restore
POST /v1/waiting-lists/restore
POST /v1/waiting-lists/
GET /v1/waiting-lists/
GET /transactions
DELETE /v1/waiting-lists/{id}
DELETE /v1/waiting-lists/