update_pipeline
Update an existing pipeline's name, description, stages, and sort order in Follow Up Boss CRM.
Instructions
Update a pipeline. (PUT /pipelines/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | Name of the pipeline. | |
| stages | No | An array of stage objects that should be associated with the pipeline. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| description | No | Description of the pipeline. | |
| orderWeight | No | Set this value to enforce a specific sort order. |