Runs Run Pipeline
POST {{baseUrl}}/:organization/:project/_apis/pipelines/:pipelineId/runs?pipelineVersion=<integer>&api-version=<string>
Runs a pipeline.
Request Params
| Key | Datatype | Required | Description |
| pipelineVersion
| string | | The pipeline version. |
| api-version
| string | | (Required) Version of the API to use. This should be set to '6.0-preview.1' to use this version of the api. |
Request Body
{"previewRun"=>"<boolean>", "resources"=>{"builds"=>"<object>", "containers"=>"<object>", "packages"=>"<object>", "pipelines"=>"<object>", "repositories"=>"<object>"}, "stagesToSkip"=>["<string>", "<string>"], "templateParameters"=>"<object>", "variables"=>"<object>", "yamlOverride"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"}