From db2003b51a90fc9fd479c5742358702f566e320d Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Fri, 15 Dec 2023 14:41:20 +0100 Subject: [PATCH] Roles ref problem --- Documents/proto/general/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/proto/general/openapi.yaml b/Documents/proto/general/openapi.yaml index 381b210..e46d989 100644 --- a/Documents/proto/general/openapi.yaml +++ b/Documents/proto/general/openapi.yaml @@ -652,7 +652,7 @@ paths: name: type required: false schema: - $ref: '#components/schemas/Roles' + $ref: '#/components/schemas/Roles' responses: '200': description: OK