feat(http): swagger update for authorizations post method
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>pull/10616/head
parent
09dca2ff29
commit
e2169abb1f
|
@ -2270,6 +2270,12 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Authorization"
|
||||
'400':
|
||||
description: invalid request
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
default:
|
||||
description: unexpected error
|
||||
content:
|
||||
|
|
Loading…
Reference in New Issue