projects_update
Update an existing Pipedrive project by providing its ID and any fields to change, such as title, status, dates, or linked deals.
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 | |
| board_id | No | Board ID | |
| phase_id | No | Phase ID | |
| description | No | Project description | |
| status | No | Project status | |
| owner_id | No | Owner user ID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| end_date | No | End date (YYYY-MM-DD) | |
| deal_ids | No | Array of deal IDs | |
| org_id | No | Organization ID | |
| person_id | No | Person ID | |
| labels | No | Array of label IDs |