v1
latestOpenAPI 3.1.02026-07-261630686.8 KBEditar un pipeline
Este método permite editar el pipeline en la cuenta.
patch/api/v4/leads/pipelines/{id}
Path parameters
idinteger required
ID del pipeline
Headers
Content-Typestring
Encabezado de la solicitud
Request body
Response
200
Example response
{
"id": 6964299,
"name": "Nombre del nuevo pipeline",
"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": "Contacto 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"
}
}
}
]
}
}