Valid FindArticles request with Konform

This commit is contained in:
2021-04-03 00:52:52 +02:00
parent 3a18ef0554
commit a300e275d4
4 changed files with 57 additions and 3 deletions

View File

@@ -41,6 +41,8 @@ paths:
maxItems: 50
items:
$ref: '#/components/schemas/ArticleListingResponse'
400:
$ref: '#/components/responses/400'
post:
security:
- JWTAuth: []