Create a build parameter.
POST {{baseUrl}}/app/rest/buildTypes/:btLocator/parameters?fields=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"name"=>"<string>", "value"=>"<string>", "inherited"=>"<boolean>", "type"=>{"rawValue"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"name":"\u003cstring\u003e","value":"\u003cstring\u003e","inherited":"\u003cboolean\u003e","type":{"rawValue":"\u003cstring\u003e"}}