VcsRoot

Number of APIs: 14

  1. Get root endpoints. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator?fields=<string>

  2. Get all VCS roots. GET {{baseUrl}}/app/rest/vcs-roots?locator=<VcsRootLocator>&fields=<string>

  3. Add a new VCS root. POST {{baseUrl}}/app/rest/vcs-roots?fields=<string>

  4. Get a property on the matching VCS root. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties/:name

  5. Get all VCS root instances of the matching VCS root. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/instances?fields=<string>

  6. Update all properties of the matching VCS root. PUT {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties?fields=<string>

  7. Delete all properties of the matching VCS root. DELETE {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties

  8. Update a property of the matching VCS root. PUT {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties/:name

  9. Delete a property of the matching VCS root. DELETE {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/properties/:name

  10. Get the settings file of the matching VCS root. GET {{baseUrl}}/app/rest/vcs-roots/:vcsRootLocator/settingsFile