From 4e4308226def10e0409e945ffc109a7e456f6787 Mon Sep 17 00:00:00 2001 From: Nolan Jacobson <50815660+nolanjacobson@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:39:37 -0400 Subject: [PATCH] chore: update swagger --- docs/docs.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs.go b/docs/docs.go index 0fa4b234..4f915bcf 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1105,6 +1105,10 @@ const docTemplate = `{ }, "phone_code_hash": { "type": "string" + }, + "password": { + "type": "string", + "description": "Optional password for two-factor authentication" } }, "required": ["phone_number", "code", "phone_code_hash"]