1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 21:52:35 +01:00
invoiceninja/openapi/components/responses/400.yaml
2023-04-30 00:34:08 +10:00

6 lines
171 B
YAML

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