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…
Reference in New Issue