v1

latestOpenAPI 3.0.32026-07-17481443.5 KB
Repositories

Return the repository field value

The repository path is relative to source root. Examples of field names:

  • working (boolean): is the repository capable of running underlying SCM commands
  • type (string): type of SCM
  • remote (boolean): is the SCM source remote
  • parent (string): origin/parent of the SCM
  • branch (string): branch identification
  • currentVersion (string): current revision ID
  • handleRenamedFiles (boolean): whether to handle renamed files for history cache generation
  • historyEnabled (boolean): is history enabled
  • annotationCacheEnabled (boolean): is annotation cache enabled
get/repositories/property/{field}

Path parameters

fieldstring required

Repository field name.

Query parameters

repositorystring required

Repository path with native path separators of the machine running the service, starting with path separator.

Response

Repository field value.

{"stackTrail":"paths:/repositories/property/{field}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}