Update build parameter.

PUT {{baseUrl}}/app/rest/buildTypes/:btLocator/parameters/:name?fields=<string>

Request Params

KeyDatatypeRequiredDescription
fieldsstring

Request Body

{"name"=>"<string>", "value"=>"<string>", "inherited"=>"<boolean>", "type"=>{"rawValue"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;inherited&quot;:&quot;\u003cboolean\u003e&quot;,&quot;type&quot;:{&quot;rawValue&quot;:&quot;\u003cstring\u003e&quot;}}