rename_project
Update a project's human-readable name (shown in the editor's project picker). Pass an empty string to clear the name and fall back to the id. Doesn't touch any layers, animations, or styles — only the picker label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New human-readable label. Empty string clears the name and reverts to the id fallback. | |
| projectId | Yes | Project to rename. |