1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 18:27:10 +02:00
invoiceninja/openapi/components/responses/401.yaml
2023-02-18 15:08:56 +11:00

6 lines
175 B
YAML

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