add 400 response

This commit is contained in:
Torma Kristóf 2020-03-25 02:30:01 +01:00
parent 2dc592b914
commit 70c07a6231
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@ paths:
type: array
items:
$ref: '#/components/schemas/Error'
'400':
description: Json parse error
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Error'
components:
schemas: