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

11 days ago

main
Compare

API structure has changed

7 structure changes including:
1 Addition
6 Modifications
Modified 6 Breaking
DELETE /v1/fundingAgencies/{id}
  • Response
  • 204 response Modified
    • application/json content type Modified
      • data property Modified
        • id property Modified
          • Type went from integer to string
            Breaking
        • slug property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • email property Added
GET /v1/fundingAgencies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • id property Modified
          • Type went from integer to string
            Breaking
        • slug property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • email property Added
GET /v1/fundingAgencies/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • id property Modified
          • Type went from integer to string
            Breaking
        • slug property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • email property Added
PATCH /v1/fundingAgencies/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • id property Modified
          • Type went from integer to string
            Breaking
        • slug property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • email property Added
POST /v1/fundingAgencies
  • Body
  • application/json content type Modified
    • FundingAgency property Modified
      • id property Modified
        • Type went from integer to string
          Breaking
      • slug property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • email property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • id property Modified
          • Type went from integer to string
            Breaking
        • slug property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • email property Added
PUT /v1/fundingAgencies/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • id property Modified
          • Type went from integer to string
            Breaking
        • slug property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • email property Added
Added 1
GET /v1/permissionGroups