update_project
Modify project details in Vikunja task management, including title, description, color, identifier, parent project, archive status, and favorites.
Instructions
Update an existing project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID of the project to update | |
| title | No | Project title | |
| description | No | Project description | |
| hex_color | No | Hex color code (e.g. #FF0000) | |
| identifier | No | Project identifier (0-10 characters) | |
| parent_project_id | No | ID of the parent project | |
| is_archived | No | Whether the project is archived | |
| is_favorite | No | Whether the project is favorited |