mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 04:34:36 -04:00
parent
e2eb53ed30
commit
f78b3700c0
@ -14147,7 +14147,7 @@ components:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#components/schemas/AuthorizationError'
|
$ref: '#/components/schemas/AuthorizationError'
|
||||||
422:
|
422:
|
||||||
description: 'Validation error'
|
description: 'Validation error'
|
||||||
content:
|
content:
|
||||||
@ -14165,13 +14165,13 @@ components:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#components/schemas/InvalidInputError'
|
$ref: '#/components/schemas/InvalidInputError'
|
||||||
401:
|
401:
|
||||||
description: 'Authentication error'
|
description: 'Authentication error'
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#components/schemas/AuthenticationError'
|
$ref: '#/components/schemas/AuthenticationError'
|
||||||
parameters:
|
parameters:
|
||||||
X-API-SECRET:
|
X-API-SECRET:
|
||||||
name: X-API-SECRET
|
name: X-API-SECRET
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#components/schemas/InvalidInputError'
|
$ref: '#/components/schemas/InvalidInputError'
|
@ -3,4 +3,4 @@
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#components/schemas/AuthenticationError'
|
$ref: '#/components/schemas/AuthenticationError'
|
@ -3,4 +3,4 @@
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#components/schemas/AuthorizationError'
|
$ref: '#/components/schemas/AuthorizationError'
|
Loading…
x
Reference in New Issue
Block a user