1
0
forked from PGL/Clyde

Dispay-Article -> DisplayArticle

This commit is contained in:
Bartha Maxime 2023-12-13 14:41:07 +01:00
parent 67552901d6
commit c807568689

View File

@ -507,7 +507,7 @@ paths:
'401': '401':
$ref: '#/components/responses/UnauthorizedError' $ref: '#/components/responses/UnauthorizedError'
/Display-Article: /DisplayArticle:
parameters: parameters:
- in: query - in: query
name: author name: author
@ -539,7 +539,7 @@ paths:
schema: schema:
type: array type: array
items: items:
$ref: "#/components/schemas/Display-Article" $ref: "#/components/schemas/DisplayArticle"
components: components:
securitySchemes: securitySchemes:
@ -672,7 +672,7 @@ components:
"views": 420, "views": 420,
"authors" : [] "authors" : []
} }
Display-Article: DisplayArticle:
type: object type: object
properties: properties:
articleId: articleId:
@ -702,3 +702,4 @@ components:
description: Unauthorized access or missing bearer description: Unauthorized access or missing bearer