v1
latestOpenAPI 3.1.02026-07-261620662.2 KBEditar um pipeline
This method allows editing the pipeline on the account
patch/api/v4/leads/pipelines/{id}
Path parameters
idinteger required
ID do Pipeline
Headers
Content-Typestring
Cabeçalho da solicitação
Request body
Response
200
Example response
{
"id": 6964299,
"name": "Pipeline adicional",
"sort": 100,
"account_id": 31361463,
"request_id": "0",
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads/pipelines/6964299"
}
},
"_embedded": {
"statuses": [
{
"id": 58220127,
"name": "Contato inicial",
"sort": 20,
"is_editable": true,
"pipeline_id": 6964299,
"color": "#fffeb2",
"account_id": 31361463,
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads/pipelines/6964299/statuses/58220127"
}
}
}
]
}
}