# Update Pipeline Updates an existing pipeline entry to reflect stage changes, budget adjustments, or anticipated start dates. Endpoint: PATCH /v1/pipelines/{id} Version: v1 Security: ApiKey ## Path parameters: - `id` (string, required) ID of the resource ## Request fields (application/json-patch+json): - `name` (string,null) The name of the Pipeline, typically reflecting the sales funnel or opportunity workflow. - `is_enabled` (boolean,null) Indicates whether syncs for this Pipeline are enabled; differs from IsArchived. - `archived` (boolean,null) Indicates whether the Pipeline is archived and no longer active in Parallax. ## Response 400 fields (application/json): - `type` (string) RFC reference for the error type - `title` (string) Human-readable summary of the error - `status` (integer) HTTP status code - `errors` (array) Detailed error messages for each validation failure - `trace_id` (string) Trace identifier for debugging ## Response 200 fields