From f97d4c3ff33f83d389a0d2b50dc41a61fdc3a3ac 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 014861d..2ac25de 100644 --- a/Documents/proto/general/openapi.yaml +++ b/Documents/proto/general/openapi.yaml @@ -44,7 +44,7 @@ paths: name: type required: false schema: - $ref: '#components/schemas/Roles' + $ref: '#/components/schemas/Roles' responses: '200': description: OK