Rename a project
rename_projectCorrect the name of a project: the folder keeps its id, its canon, its trackers, its surfaces and its logbook, and the name shown is the only thing that changes. Names are unique per account: a name another project already goes by answers project_exists with that project, so read it back and settle another name with the user. Case, accents and spacing do not make two different names, which is why a project can always take back its own capitalisation. Sending the name it already carries answers the same, and a project filed away renames like any other. Use it for the name of the folder; the wording of the brand itself is the canon, and it moves with update_project_canon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name the project takes, as the user calls it (a client, a brand, a website...). | |
| project_id | Yes | UUID of the project: call list_projects to find it. |