Update the repository state of the matching VCS root instance.

PUT {{baseUrl}}/app/rest/vcs-root-instances/:vcsRootInstanceLocator/repositoryState?fields=<string>

Request Params

KeyDatatypeRequiredDescription
fieldsstring

Request Body

{"count"=>"<integer>", "entry"=>[{"name"=>"<string>", "value"=>"<string>"}, {"name"=>"<string>", "value"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;entry&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}]}