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"
}

Changes