chore: refreshed docs

This commit is contained in:
2025-06-18 21:31:39 +03:00
parent c787fa929b
commit fed517f905
4 changed files with 15 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ const docTemplate = `{
"tags": [
"Auth"
],
"summary": "Acquire tokens via login credentials or by providing 2FA code",
"summary": "Acquire tokens via login credentials (and 2FA code if needed)",
"responses": {}
}
},

View File

@@ -45,7 +45,7 @@
"tags": [
"Auth"
],
"summary": "Acquire tokens via login credentials or by providing 2FA code",
"summary": "Acquire tokens via login credentials (and 2FA code if needed)",
"responses": {}
}
},

View File

@@ -32,7 +32,7 @@ paths:
produces:
- application/json
responses: {}
summary: Acquire tokens via login credentials or by providing 2FA code
summary: Acquire tokens via login credentials (and 2FA code if needed)
tags:
- Auth
/auth/passwordResetBegin: