From e2169abb1f83513b4a9a190cfca3889eb07c51de Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Fri, 21 Dec 2018 17:23:56 +0100 Subject: [PATCH] feat(http): swagger update for authorizations post method Signed-off-by: Leonardo Di Donato --- http/swagger.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/http/swagger.yml b/http/swagger.yml index 283bbdd534..3b006c3d4e 100644 --- a/http/swagger.yml +++ b/http/swagger.yml @@ -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: