Skip to main content

Publish a new pipeline version

PUT 

/pipelines/:id

Publishes a new immutable version with the supplied DAG for the pipeline identified by id and advances CurrentVersionID to it. The DAG is structurally and semantically validated (cycle detection, op-registry membership, wire input-name matching) before any rows are written; validation errors return 400.

Request

Responses

OK