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
- 200
- default
A successful response.
An unexpected error response.