> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unicyfalcon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Delivery

> Update an existing delivery

## Request Body (all optional)

```json theme={null}
{
  "driver_id": 456,
  "status": "in_transit",
  "pickup_at": "ISO8601",
  "dropoff_at": "ISO8601",
  "notes": "string",
  "latitude": 45.5017,
  "longitude": -73.5673
}
```

## Response

**200 OK** with updated delivery object.
