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

# Reorder board labels

> Reorder labels for the active organization.

Updates the display order of board labels.

## Request body

<ParamField body="label_ids" type="array" required>
  Ordered array of label IDs.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "message": "Labels reordered successfully"
    }
  }
  ```
</ResponseExample>
