Change Updates

Do not miss any AZAV Pilot API changes, ever again

Subscribe to the AZAV Pilot API changelog to be up to date on recent changes.

RSS

Oct 15, 2024

main
Compare

API structure has changed

7 structure changes including:
4 Additions
3 Modifications
Modified 3 Breaking
DELETE /v1/participants/{id}
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
GET /v1/programs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • admission_criteria property Added
GET /v1/programs/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • admission_criteria property Added
Added 4
GET /v1/org
PATCH /v1/participants/{id}
PATCH /v1/programs/{id}
PUT /v1/programs/{id}