Change Updates

Do not miss any Dispatch Module API changes, ever again

Subscribe to the Dispatch Module API changelog to be up to date on recent changes.

RSS

Feb 21, 2024

main
1.0.0
Compare

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /ext/dispatches/d/{driver_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from array[object] to array
        Breaking
      • array-1 property Modified
        • Full types went from array[object] to array
          Breaking
POST /ext/dispatch
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added