1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

OpenAPI docs

This commit is contained in:
David Bomba 2023-02-18 15:10:13 +11:00
parent aef722e0f8
commit b22760b981

View File

@ -2836,6 +2836,10 @@ paths:
$ref: "#/components/headers/X-RateLimit-Remaining"
X-RateLimit-Limit:
$ref: "#/components/headers/X-RateLimit-Limit"
401:
$ref: '#/components/responses/401'
403:
$ref: '#/components/responses/403'
422:
$ref: '#/components/responses/422'
default:
@ -2873,6 +2877,10 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Design"
401:
$ref: '#/components/responses/401'
403:
$ref: '#/components/responses/403'
422:
$ref: '#/components/responses/422'
default: