# PUT /report-dashboards/:id/reorder

**Resource:** [Reports](./reports.md)  
**Scopes:** `opportunities:read`  
**Write operation:** yes

Reorder cards by providing an ordered array of card UUIDs.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Dashboard UUID. |
| `card_ids` | body | array | yes | Ordered array of card UUIDs. |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`