VcsRoot
Number of APIs: 14
-
Get root endpoints. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator?fields=<string>
-
Get all VCS roots. GET {{baseUrl}}/app/rest/vcs-roots?locator=<VcsRootLocator>&fields=<string>
-
Add a new VCS root. POST {{baseUrl}}/app/rest/vcs-roots?fields=<string>
-
Get a property on the matching VCS root. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties/:name
-
Get all VCS root instances of the matching VCS root. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/instances?fields=<string>
-
Update all properties of the matching VCS root. PUT {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties?fields=<string>
-
Delete all properties of the matching VCS root. DELETE {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties
-
Update a property of the matching VCS root. PUT {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties/:name
-
Delete a property of the matching VCS root. DELETE {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties/:name
-
Get the settings file of the matching VCS root. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/settingsFile