From e8d160fb375620e5146b0514bcfc55d972762c50 Mon Sep 17 00:00:00 2001 From: Andrew Min Date: Fri, 5 Jan 2024 16:42:33 -0800 Subject: [PATCH] add email auth section --- api/public_api.swagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/public_api.swagger.json b/api/public_api.swagger.json index b0c594c..14c9c4f 100644 --- a/api/public_api.swagger.json +++ b/api/public_api.swagger.json @@ -951,7 +951,7 @@ }, "/public/v1/submit/email_auth": { "post": { - "summary": "Email Auth", + "summary": "Perform Email Auth", "description": "Authenticate a user via Email", "operationId": "EmailAuth", "responses": { @@ -972,7 +972,7 @@ } } ], - "tags": ["Email Auth"] + "tags": ["User Auth"] } }, "/public/v1/submit/export_private_key": { @@ -5682,7 +5682,7 @@ }, { "name": "USERS", - "tags": ["Users", "User Tags", "User Recovery"] + "tags": ["Users", "User Tags", "User Recovery", "User Auth"] }, { "name": "CREDENTIALS",