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

main
Compare

API structure has changed

12 structure changes including:
12 Modifications
Modified 12
DELETE /v1/contacts/{id}
  • Response
  • 204 response Modified
    • application/json content type Modified
      • data property Modified
        • email property Modified
          • Property is no longer required
        • category, function, tags properties Added
DELETE /v1/fundingAgencies/{id}
  • Response
  • 204 response Modified
    • application/json content type Modified
      • data property Modified
        • partnerType, type properties Added
GET /v1/contacts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • email property Modified
          • Property is no longer required
        • category, function, tags properties Added
GET /v1/contacts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • email property Modified
          • Property is no longer required
        • category, function, tags properties Added
GET /v1/fundingAgencies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • partnerType, type properties Added
GET /v1/fundingAgencies/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • partnerType, type properties Added
PATCH /v1/contacts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • email property Modified
          • Property is no longer required
        • category, function, tags properties Added
PATCH /v1/fundingAgencies/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • partnerType, type properties Added
POST /v1/contacts
  • Body
  • application/json content type Modified
    • Contact property Modified
      • email property Modified
        • Property is no longer required
      • category, function, tags properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • email property Modified
          • Property is no longer required
        • category, function, tags properties Added
POST /v1/fundingAgencies
  • Body
  • application/json content type Modified
    • FundingAgency property Modified
      • partnerType, type properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • partnerType, type properties Added
PUT /v1/contacts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • email property Modified
          • Property is no longer required
        • category, function, tags properties Added
PUT /v1/fundingAgencies/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • partnerType, type properties Added