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 30, 2025

main
Compare

API structure has changed

Next Change
9 structure changes including:
9 Modifications
Modified 9 Breaking
DELETE /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • date_of_birth property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, dateOfBirth properties Added
GET /v1/participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • date_of_birth property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, dateOfBirth properties Added
GET /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • date_of_birth property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, dateOfBirth properties Added
GET /v1/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • address property Modified
GET /v1/users/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • address property Modified
PATCH /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • date_of_birth property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, dateOfBirth properties Added
POST /v1/participants
  • Body
  • application/json content type Modified
    • Participant property Modified
      • date_of_birth property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address, dateOfBirth properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • date_of_birth property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, dateOfBirth properties Added
POST /v1/users
  • Body
  • application/json content type Modified
    • user property Modified
      • address property Modified
        • house_number, zip_code properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • houseNumber, zipCode properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • address property Modified
PUT /v1/participants/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • date_of_birth property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address, dateOfBirth properties Added