Update the repository state of the matching VCS root instance.
PUT {{baseUrl}}/app/rest/vcs-root-instances/:vcsRootInstanceLocator/repositoryState?fields=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"count"=>"<integer>", "entry"=>[{"name"=>"<string>", "value"=>"<string>"}, {"name"=>"<string>", "value"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","entry":[{"name":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","value":"\u003cstring\u003e"}]}