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

# Resolve mockup comment

> Mark a mockup comment as resolved.

Marks a mockup comment as resolved.

## Path parameters

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Comment resolved successfully",
    "data": {
      "id": "220e8400-e29b-41d4-a716-44665544000c",
      "status": "RESOLVED",
      "is_resolved": true,
      "resolved_at": "2026-03-01T11:00:00Z"
    }
  }
  ```
</ResponseExample>
