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

6 lines
176 B
YAML

401:
description: 'Authentication error'
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationError'