Update a pipeline stage
Rename a stage, change rotting_days, or update order when reordering columns.
Endpoint
PATCH/pipeline-stages/:id
Request (rename)
Request (reorder — set order index)
After drag-reorder, the deal pipeline view patches every stage with its new zero-based index:
Request (deal stage — rotting days)
Clear rotting days by patching null if your API accepts it (the UI uses empty string mapped to null).
Response
Returns the updated stage object.
Report an issue with this documentation
Please log in to report issues with our documentation.