Skip to main content
POST
Bulk update pipeline stages

Authorizations

x-api-key
string
header
required

Public API key for the Octolane organization.

Path Parameters

pipeline_id
string<uuid>
required

Pipeline ID.

Body

application/json

Array of pipeline stage patches. Maximum 100 items.

Required array length: 1 - 100 elements
stage_id
string<uuid>
required
label
string
Maximum string length: 255
color
string
Maximum string length: 32
stage_order
integer | null
Required range: x >= 1
is_default
boolean
probability
number | null
Required range: 0 <= x <= 100
stage_type
enum<string>
Available options:
default,
positive,
negative

Response

Pipeline stages were updated.

success
boolean
Example:

true

message
string
data
any

Endpoint-specific response payload.