feat(http): swagger update for authorizations post method

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
pull/10616/head
Leonardo Di Donato 2018-12-21 17:23:56 +01:00 committed by Leonardo Di Donato
parent 09dca2ff29
commit e2169abb1f
1 changed files with 6 additions and 0 deletions

View File

@ -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: