> ## 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 Order

> Update an existing order

## Request Body (all optional)

```json theme={null}
{
  "status": "confirmed",
  "pickup_notes": "string",
  "dropoff_notes": "string",
  "pickup_address_id": "uuid",
  "dropoff_address_id": "uuid"
}
```

## Response

**200 OK** with updated order object.
