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",