mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
OpenAPI docs
This commit is contained in:
parent
aef722e0f8
commit
b22760b981
@ -2836,6 +2836,10 @@ paths:
|
|||||||
$ref: "#/components/headers/X-RateLimit-Remaining"
|
$ref: "#/components/headers/X-RateLimit-Remaining"
|
||||||
X-RateLimit-Limit:
|
X-RateLimit-Limit:
|
||||||
$ref: "#/components/headers/X-RateLimit-Limit"
|
$ref: "#/components/headers/X-RateLimit-Limit"
|
||||||
|
401:
|
||||||
|
$ref: '#/components/responses/401'
|
||||||
|
403:
|
||||||
|
$ref: '#/components/responses/403'
|
||||||
422:
|
422:
|
||||||
$ref: '#/components/responses/422'
|
$ref: '#/components/responses/422'
|
||||||
default:
|
default:
|
||||||
@ -2873,6 +2877,10 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Design"
|
$ref: "#/components/schemas/Design"
|
||||||
|
401:
|
||||||
|
$ref: '#/components/responses/401'
|
||||||
|
403:
|
||||||
|
$ref: '#/components/responses/403'
|
||||||
422:
|
422:
|
||||||
$ref: '#/components/responses/422'
|
$ref: '#/components/responses/422'
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user