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

# Update mockup

> Update a mockup's name or metadata.

Updates the name or metadata of a mockup.

## Path parameters

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

## Request body

<ParamField body="name" type="string">
  New display name.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "id": "110e8400-e29b-41d4-a716-44665544000b",
      "name": "Homepage Final"
    }
  }
  ```
</ResponseExample>
