Skip to content

Update Pipeline

Request

Updates an existing pipeline entry to reflect stage changes, budget adjustments, or anticipated start dates.

Security
ApiKey
Path
idstring, (uuid)required

ID of the resource

Body
namestring or null

The name of the Pipeline, typically reflecting the sales funnel or opportunity workflow.

is_enabledboolean or null

Indicates whether syncs for this Pipeline are enabled; differs from IsArchived.

archivedboolean or null

Indicates whether the Pipeline is archived and no longer active in Parallax.

curl -i -X PATCH \
  'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/pipelines/{id}' \
  -H 'Content-Type: application/json-patch+json' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE' \
  -d '{
    "name": "string",
    "is_enabled": true,
    "archived": true
  }'

Responses

OK

Response
No content