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

Jan 8, 2025

main
Compare

API structure has changed

16 structure changes including:
13 Additions
3 Modifications
Modified 3 Breaking
GET /v1/permissionGroups
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • permissions property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • first_name, last_name, roles properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, firstName, groups, lastName, locations properties Added
GET /v1/users/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • first_name, last_name, roles properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, firstName, groups, lastName, locations properties Added
Added 13
DELETE /v1/courses/{course_id}/notes/{id}
DELETE /v1/participants/{participant_id}/notes/{id}
GET /v1/courses/{course_id}/notes
GET /v1/courses/{course_id}/notes/{id}
GET /v1/participants/{participant_id}/notes
GET /v1/participants/{participant_id}/notes/{id}
PATCH /v1/courses/{course_id}/notes/{id}
PATCH /v1/participants/{participant_id}/notes/{id}
POST /v1/courses/{course_id}/notes
POST /v1/participants/{participant_id}/notes
POST /v1/users
PUT /v1/courses/{course_id}/notes/{id}
PUT /v1/participants/{participant_id}/notes/{id}