Create Pipeline
Create a new pipeline for the team.
With reuse_draft=true this is find-or-create: the team’s most recent unsaved, unarchived pipeline with an identical ordered step-TYPE chain (types only — configs are not compared) is reused instead of minting a duplicate. The reused draft’s steps are overwritten with the request’s steps and the response carries reused=true. Saved pipelines are never reused.
Authorizations
Body
Ordered list of pipeline steps
1Find-or-create: when true, reuse the team's most recent unsaved, unarchived draft with an identical ordered step-type chain instead of creating a duplicate. Saved pipelines are never reused.
Response
Successful Response