v1

latestOpenAPI 3.0.0Apache 2.02026-07-1713716.5 KB
Configuration Service

Get Active Version Of Config

Fetches the current active version of a configuration file.

get/active-version/{path}

Path parameters

pathstring required

Get active version of file at provided path from repository.

Response

OK

idstring

Revision number of configuration file.

Example response

{
  "id": "1"
}