mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add authorization errors
This commit is contained in:
parent
d647150ee0
commit
dee516164b
@ -1666,7 +1666,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#components/schema/AuthorizationError'
|
||||
$ref: '#components/schemas/AuthorizationError'
|
||||
422:
|
||||
description: 'Validation error'
|
||||
content:
|
||||
@ -18777,7 +18777,7 @@ components:
|
||||
AuthorizationError:
|
||||
properties:
|
||||
message:
|
||||
description: 'The error message'
|
||||
description: 'Invalid Token'
|
||||
type: string
|
||||
example: 'Invalid Token'
|
||||
errors:
|
||||
|
@ -3836,7 +3836,7 @@ components:
|
||||
AuthorizationError:
|
||||
properties:
|
||||
message:
|
||||
description: 'The error message'
|
||||
description: 'Invalid Token'
|
||||
type: string
|
||||
example: 'Invalid Token'
|
||||
errors:
|
||||
|
@ -1642,7 +1642,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#components/schema/AuthorizationError'
|
||||
$ref: '#components/schemas/AuthorizationError'
|
||||
422:
|
||||
description: 'Validation error'
|
||||
content:
|
||||
|
Loading…
x
Reference in New Issue
Block a user