1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/openapi/components/responses/403.yaml
2024-02-09 13:00:26 +00:00

6 lines
168 B
YAML

403:
description: 'Authorization error'
content:
application/json:
schema:
$ref: '#/components/schemas/AuthorizationError'