1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01:00
invoiceninja/openapi/components/responses/400.yaml

6 lines
171 B
YAML
Raw Normal View History

400:
description: 'Invalid user input'
content:
application/json:
schema:
$ref: '#components/schemas/InvalidInputError'