1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02: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'