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 +