pipedrive_update_phase
Modify an existing project phase's name, order, or board assignment. Only the phase ID is required.
Instructions
Update an existing project phase. Only id is required; all other fields are optional. Set board_id to move this phase to a different board. (Projects add-on; Projects API in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The phase ID to update | |
| name | No | Phase name | |
| board_id | No | ID of the board (set to move this phase to a different board) | |
| order_nr | No | Phase order number (integer >= 1) |