From c807568689a9069beaba2cdde987c7cd386589eb Mon Sep 17 00:00:00 2001 From: Bartha Maxime <231026@umons.ac.be> Date: Wed, 13 Dec 2023 14:41:07 +0100 Subject: [PATCH] Dispay-Article -> DisplayArticle --- Documents/proto/general/openapi.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documents/proto/general/openapi.yaml b/Documents/proto/general/openapi.yaml index 7a25336..7081464 100644 --- a/Documents/proto/general/openapi.yaml +++ b/Documents/proto/general/openapi.yaml @@ -507,7 +507,7 @@ paths: '401': $ref: '#/components/responses/UnauthorizedError' - /Display-Article: + /DisplayArticle: parameters: - in: query name: author @@ -539,7 +539,7 @@ paths: schema: type: array items: - $ref: "#/components/schemas/Display-Article" + $ref: "#/components/schemas/DisplayArticle" components: securitySchemes: @@ -672,7 +672,7 @@ components: "views": 420, "authors" : [] } - Display-Article: + DisplayArticle: type: object properties: articleId: @@ -702,3 +702,4 @@ components: description: Unauthorized access or missing bearer +