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 remove, re-order, or configure the pipeline’s stages. To add an index pipeline, you must use the POST method.
PUT
/
index-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