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

> Update a project's name or settings.

Updates a project's details.

## Path parameters

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

## Request body

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "id": "770e8400-e29b-41d4-a716-446655440002",
      "name": "Updated Project Name"
    }
  }
  ```
</ResponseExample>
