pipedrive_update_phase
Update a project phase by ID, adjusting its name, order, or moving it to another board.
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) |