From 60dc77b9d23a2c94ea795003f5e2614348ab8f37 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Thu, 28 May 2020 22:19:33 +0200 Subject: [PATCH] added version to /config Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index e3de3726d..2d0799ea0 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -619,6 +619,17 @@ components: type: string format: uri description: Link to the imprint + version: + type: object + properties: + version: + type: string + sourceCodeUrl: + type: string + format: uri + issueTrackerUrl: + type: string + format: uri Note: type: object properties: