From f7d1b6d3d080753119b48268c6d861faa0585a26 Mon Sep 17 00:00:00 2001 From: foorack Date: Thu, 26 Aug 2021 18:18:50 +0200 Subject: [PATCH] fix: Missing tag --- openapi/components/paths/permissions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi/components/paths/permissions.yaml b/openapi/components/paths/permissions.yaml index 089bd3c1..a51ab38f 100644 --- a/openapi/components/paths/permissions.yaml +++ b/openapi/components/paths/permissions.yaml @@ -23,7 +23,8 @@ paths: /permissions: get: summary: Get Permissions - tags: [] + tags: + - permissions responses: '200': $ref: '#/components/responses/PermissionListResponse'