#71 Use response object for route FindArticles

This commit is contained in:
2021-03-05 00:39:49 +01:00
parent 9fc21f5459
commit bb637dd96a
19 changed files with 175 additions and 58 deletions

View File

@@ -243,7 +243,37 @@ paths:
result:
type: array
items:
$ref: '#/components/schemas/ArticleResponse'
properties:
id:
type: string
format: uuid
title:
type: string
created_by:
type: object
properties:
id:
type: string
format: uuid
name:
type: object
properties:
first_name:
type: string
last_name:
type: string
email:
type: string
workgroup:
type: object
properties:
id:
type: string
format: uuid
name:
type: string
draft:
type: boolean
post:
security:
- JWTAuth: []