Skip to main content
PATCH
/
crm
/
pipelines
/
{pipeline_id}
Update Pipeline
curl --request PATCH \
  --url https://api.getoutbox.ai/crm/pipelines/{pipeline_id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "is_archived": true
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pipeline_id
string<uuid>
required

Body

name
string
Minimum string length: 1
description
string
is_archived
boolean

Response

Updated pipeline with stages.

{key}
any