Skip to main content

UpdatePipelineDefinition patches a draft pipeline's description, schema, and auto-enroll trigger. `name` and `subject_type` are immutable across versions.

PATCH 

/api/v1/crm/pipelines/:id

Errors:

  • NOT_FOUND: pipeline does not exist (ErrPipelineNotFound).
  • FAILED_PRECONDITION: pipeline is not in draft status (ErrPipelineNotDraft).
  • INVALID_ARGUMENT: schema validation failed (same set as Create); attempted to rename the pipeline (ErrPipelineNameImmutable).

Request

Responses

A successful response.