Edit pipeline

This method allows editing the pipeline on the account

Limitations
The method is available for administrator users only.

Authorization type
OAuth 2.0 with Access Token. Review our Step-by-step Example.

Body/response parameters

To edit a pipeline, at least one parameter should be passed

Parameter Data type Description
name string Pipeline name
sort int Sequence number of the pipeline in the pipeline list
is_main bool Defines whether the pipeline is main for the account
is_unsorted_on bool Defines whether Incoming Leads are enabled

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Path Params
int32
required

Pipeline ID

Body Params
string

Pipeline name

int32

Sequence number of the pipeline in the pipeline list

boolean

Defines whether the pipeline is main for the account

boolean

Defines whether Incoming Leads are enabled

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json