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

# Update Project

### Parameters

<ParamField path="id" type="string" required>
  The project id to be updated
</ParamField>

<ParamField body="name" type="string" />

<ParamField body="emailNotifications" type="array" />

<ParamField body="stepsOrder" type="array" />

<ParamField body="folder" type="string" />

<RequestExample>
  ```bash Request theme={null}
  curl -X PUT https://api.gotolstoy.com/projects/{id} \
    --header 'Authorization: Bearer <API_KEY>'
  ```
</RequestExample>
