From 23b6f152e5db0e1ccfe331e3c89c9627b7e4337b Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 25 Mar 2022 15:05:54 +0000 Subject: [PATCH] Correct title location in login flow definition --- data/api/client-server/definitions/auth_response.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/definitions/auth_response.yaml b/data/api/client-server/definitions/auth_response.yaml index 5caf7a88..f4824e52 100644 --- a/data/api/client-server/definitions/auth_response.yaml +++ b/data/api/client-server/definitions/auth_response.yaml @@ -18,10 +18,10 @@ type: object properties: flows: description: A list of the login flows supported by the server for this API. - title: Flow information type: array items: type: object + title: Flow information properties: stages: description: |-