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

6 lines
166 B
YAML
Raw Normal View History

2023-04-29 15:10:45 +02:00
429:
description: 'Rate Limit Exceeded'
content:
application/json:
schema:
$ref: '#/components/schemas/RateLimiterError'