{
"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
successful operation
The response is of type object
.
Was this page helpful?