Skip to content

Commit

Permalink
Merge pull-request #73
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Jan 9, 2024
2 parents b77d963 + e8d160f commit e163666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/public_api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -972,7 +972,7 @@
}
}
],
"tags": ["Email Auth"]
"tags": ["User Auth"]
}
},
"/public/v1/submit/export_private_key": {
Expand Down Expand Up @@ -5682,7 +5682,7 @@
},
{
"name": "USERS",
"tags": ["Users", "User Tags", "User Recovery"]
"tags": ["Users", "User Tags", "User Recovery", "User Auth"]
},
{
"name": "CREDENTIALS",
Expand Down

0 comments on commit e163666

Please sign in to comment.