Skip to main content
PUT /api/pipelines/:uuid All default attributes for a pipeline may be updated in addition to the following:
string
The uuid for a block upstream of the pipeline.
array of objects
Array of block objects. See the blocks section for more details.
array of objects
Array of callback block objects. Same shape as blocks.
array of objects
Array of conditional block objects. Same shape as blocks.
array of objects
Array of extension block objects. Same shape as blocks.
array of objects
Array of schedule trigger objects.
array of strings
Non-empty tag names to associate with the pipeline. Tag names are trimmed and duplicate names are ignored before persistence. Each tag name cannot exceed 70 characters.