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
- 200
- 400
- 401
- 403
- 404
- 500
OK
Validation error
Unauthorized
Forbidden
Pipeline not found
Internal server error