v1

latestOpenAPI 3.0.0Apache 2.02026-07-1713716.5 KB
Configuration Service

List Configs

Returns the path of all the configuration files available in annex/normal store.

get/list

Query parameters

fileType'annex' | 'normal'

One of annex/normal File type.

patternstring

Regular expression to filter list of files.

Response

OK

pathstring

Repository file path

idstring

Revision number of configuration file.

commentstring

Commit message.

Example response

{
  "path": "/hcd/trombone.conf",
  "id": "1",
  "comment": "This is sample commit message."
}