Updates an existing pipeline entry to reflect stage changes, budget adjustments, or anticipated start dates.
Security
ApiKey
The name of the Pipeline, typically reflecting the sales funnel or opportunity workflow.
Indicates whether syncs for this Pipeline are enabled; differs from IsArchived.
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/pipelines/{id}
- Production Serverhttps://api.getparallax.com/v1/pipelines/{id}
- application/json-patch+json
- application/json
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
}'