Headers
An entity tag to match against the specified blob
Path Parameters
Body
application/json · object
{
"id": "<string>",
"stages": [
{
"type": "<string>",
"id": "<string>",
"skip": false,
"label": "<string>",
"condition": "<string>"
}
],
"properties": {}
}
This allows you to remove, re-order, or configure the pipeline’s stages. To add an index pipeline, you must use the POST method.
{
"id": "<string>",
"stages": [
{
"type": "<string>",
"id": "<string>",
"skip": false,
"label": "<string>",
"condition": "<string>"
}
],
"properties": {}
}
An entity tag to match against the specified blob
Was this page helpful?