Update a parameter of a build step of the matching build configuration.
PUT {{baseUrl}}/app/rest/buildTypes/:btLocator/steps/:stepId/parameters?fields=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"count"=>"<integer>", "href"=>"<string>", "property"=>[{"name"=>"<string>", "value"=>"<string>", "inherited"=>"<boolean>", "type"=>{"rawValue"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}, {"name"=>"<string>", "value"=>"<string>", "inherited"=>"<boolean>", "type"=>{"rawValue"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","href":"\u003cstring\u003e","property":[{"name":"\u003cstring\u003e","value":"\u003cstring\u003e","inherited":"\u003cboolean\u003e","type":{"rawValue":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},{"name":"\u003cstring\u003e","value":"\u003cstring\u003e","inherited":"\u003cboolean\u003e","type":{"rawValue":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}}]}