From 224cd361614ef4cb5501f92940b6a9a922001cfb Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 19 May 2023 12:34:37 -0600 Subject: [PATCH] Copy/paste `auth` dict definition --- data/api/client-server/login.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/api/client-server/login.yaml b/data/api/client-server/login.yaml index 252789f9..7b5ae502 100644 --- a/data/api/client-server/login.yaml +++ b/data/api/client-server/login.yaml @@ -295,7 +295,12 @@ paths: required: true schema: type: object - description: An empty JSON object. + properties: + auth: + description: |- + Additional authentication information for the user-interactive authentication API. + allOf: + - $ref: "definitions/auth_data.yaml" responses: 200: description: The login token an unauthenticated client can use to log in as the requesting user.