From 19b8aab8c220a5f31eca0ae4b655473e08e59abf Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 11 May 2021 16:52:41 +0200 Subject: [PATCH] test --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index e2dc1e5..a0215d8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -40,7 +40,7 @@ paths: type: string /secret: get: - tags: [ "JWT" ] + tags: [ "Test" ] summary: Return secret string operationId: auth.getSecret responses: