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

6 days ago

main
Compare

API structure has changed

Next Change
6 structure changes including:
6 Modifications
Modified 6
DELETE /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • contactInformation property Added
GET /v1/participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • contactInformation property Added
GET /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • contactInformation property Added
PATCH /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • contactInformation property Added
POST /v1/participants
  • Body
  • application/json content type Modified
    • Participant property Modified
      • contactInformation property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • contactInformation property Added
PUT /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • contactInformation property Added