update-project
Update an existing project's timeline, budget, status, and configuration settings.
Instructions
Update an existing project with new information including timeline changes, budget updates, status modifications, and project configuration adjustments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project name | |
| color | No | Project color | |
| notes | No | Project notes | |
| active | No | Active status (1=active, 0=archived) | |
| budget | No | Project budget | |
| format | No | Response format - either "json" or "xml" | json |
| status | No | Project status (numeric) | |
| end_date | No | Project end date (YYYY-MM-DD) | |
| client_id | No | Client ID | |
| tentative | No | Tentative flag (0=confirmed, 1=tentative) | |
| project_id | Yes | The project ID (project_id) | |
| start_date | No | Project start date (YYYY-MM-DD) | |
| hourly_rate | No | Hourly rate | |
| non_billable | No | Non-billable flag (0=billable, 1=non-billable) |