pipedrive_update_project
Update an existing project's title, description, status, dates, linked deals, persons, organizations, or labels in Pipedrive.
Instructions
Update an existing project in Pipedrive. (Requires the Projects add-on; Projects API is in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID to update | |
| title | No | New project title | |
| board_id | No | New board ID the project belongs to | |
| phase_id | No | New phase ID within the board | |
| description | No | New project description | |
| status | No | New project status | |
| owner_id | No | New owner user ID | |
| start_date | No | New project start date (YYYY-MM-DD) | |
| end_date | No | New project end date (YYYY-MM-DD) | |
| deal_ids | No | New deal IDs linked to the project | |
| person_ids | No | New person IDs linked to the project | |
| org_ids | No | New organization IDs linked to the project | |
| label_ids | No | New label IDs to attach to the project |