Pipelines Create
POST {{baseUrl}}/:organization/:project/_apis/pipelines?api-version=<string>
Create a pipeline.
Request Params
| Key | Datatype | Required | Description |
| 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
{"configuration"=>{"type"=>"ad et"}, "folder"=>"<string>", "name"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: OK
{"folder":"\u003cstring\u003e","id":"\u003cinteger\u003e","name":"\u003cstring\u003e","revision":"\u003cinteger\u003e"}