Pipelines Create

POST {{baseUrl}}/:organization/:project/_apis/pipelines?api-version=<string>

Create a pipeline.

Request Params

KeyDatatypeRequiredDescription
api-versionstring(Required) Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.

Request Body

{"configuration"=>{"type"=>"ut"}, "folder"=>"<string>", "name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;folder&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;revision&quot;:&quot;\u003cinteger\u003e&quot;}