update_project
Update a project's details such as name, description, status, dates, and notes by specifying the project ID. Only the fields you provide are changed.
Instructions
Update a project. Only the fields you provide will be changed.
Args: project_id: The ID of the project to update. project_name: New project name. description: New description. status: New status — 'Planning', 'In Progress', 'On Hold', 'Completed', 'Canceled'. start_date: Start date in YYYY-MM-DD format. due_date: Due date in YYYY-MM-DD format. notes: Free-text notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| status | No | ||
| due_date | No | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| project_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |