PUT
/
query-pipelines
/
{id}
{
  "id": "<string>",
  "stages": [
    {
      "type": "<string>",
      "id": "<string>",
      "skip": false,
      "label": "<string>",
      "condition": "<string>"
    }
  ],
  "properties": {}
}

Headers

If-Match
string
default:"-1"

An entity tag to match against the specified blob

Path Parameters

id
string
required

Body

application/json · object

Response

200 - application/json

successful operation

The response is of type object.