Update build parameter.
PUT {{baseUrl}}/app/rest/projects/:projectLocator/parameters/:name?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"}}