Error
A valid request URL is required to generate request examples{
"id": "<string>",
"stages": [
{
"type": "<string>",
"id": "<string>",
"skip": false,
"label": "<string>",
"condition": "<string>"
}
],
"properties": {}
}Modify an existing pipeline
This allows you to add, remove, re-order, or configure the pipeline’s stages
PUT
/
query-pipelines
/
{id}
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"stages": [
{
"type": "<string>",
"id": "<string>",
"skip": false,
"label": "<string>",
"condition": "<string>"
}
],
"properties": {}
}Headers
An entity tag to match against the specified blob
Path Parameters
Body
application/json
The body is of type object.
Was this page helpful?
⌘I