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

# Attach labels to board comment

> Attach labels to a board comment.

Attaches one or more labels to a board comment.

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the comment.
</ParamField>

## Request body

<ParamField body="label_ids" type="array" required>
  Array of label IDs to attach.
</ParamField>

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