projects_update
Update an existing project by specifying its ID and optionally modify its title, description, color, archival status, or favorite status.
Instructions
Update an existing project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID (required) | |
| title | No | New project title | |
| description | No | New project description | |
| color | No | New hex color | |
| isArchived | No | Archive or unarchive the project | |
| isFavorite | No | Mark as favorite |