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'