Edit Pipeline Status
edit_pipeline_statusUpdate a pipeline status by its ID, changing its name, color, or active setting. Only include fields to modify; retrieve status IDs via get_pipeline_statuses.
Instructions
Update an existing pipeline status. This modifies the status definition, not individual pipeline items. Only include fields you want to change. Use get_pipeline_statuses to find status IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated status label | |
| color | No | Updated color | |
| is_active | No | Updated active/closed setting | |
| status_id | Yes | The StatusId to edit |