projects_update
Update an existing project by providing its ID and any fields to modify.
Instructions
Update an existing project. Provide the project ID and fields to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| title | No | Project title | |
| labels | No | Array of label IDs | |
| org_id | No | Organization ID | |
| status | No | Project status | |
| board_id | No | Board ID | |
| deal_ids | No | Array of deal IDs | |
| end_date | No | End date (YYYY-MM-DD) | |
| owner_id | No | Owner user ID | |
| phase_id | No | Phase ID | |
| person_id | No | Person ID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| description | No | Project description |