1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/openapi/components.yaml

20 lines
515 B
YAML
Raw Normal View History

components:
headers:
X-MINIMUM-CLIENT-VERSION:
description: 'The API version'
schema:
type: number
X-RateLimit-Remaining:
description: 'The number of requests left for the time window.'
schema:
type: integer
X-RateLimit-Limit:
description: 'The total number of requests in a given time window.'
schema:
2023-02-11 05:46:41 +01:00
type: integer
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
2023-02-18 09:58:40 +01:00
name: X-API-TOKEN