From 2ef57c4323eb2623f4115bee0e44ee27dd1648a9 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:40:53 +0200 Subject: [PATCH] fix: properly annotate swagger password parameters --- selfservice/strategy/password/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfservice/strategy/password/login.go b/selfservice/strategy/password/login.go index 0ce19f559ee..4f704b85492 100644 --- a/selfservice/strategy/password/login.go +++ b/selfservice/strategy/password/login.go @@ -57,7 +57,7 @@ type completeSelfServiceLoginFlowWithPasswordMethodParameters struct { Flow string `json:"flow"` // in: body - CompleteSelfServiceLoginFlowWithPasswordMethod + Body CompleteSelfServiceLoginFlowWithPasswordMethod } // swagger:route POST /self-service/login/methods/password public completeSelfServiceLoginFlowWithPasswordMethod