1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 21:52:35 +01: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'