From b4f80422eb23c058c0ee89ec0e8d8ebfa54bcd49 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 28 Jun 2025 13:30:05 +0300 Subject: [PATCH] update doc --- docs/openapi.json | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/docs/openapi.json b/docs/openapi.json index e1960410..bb9fa35d 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1773,6 +1773,11 @@ "type": "string", "description": "Submitter specific URL to redirect to after the submission completion." }, + "require_phone_2fa": { + "type": "boolean", + "description": "Set to `true` to require phone 2FA verification via a one-time code sent to the phone number in order to access the documents.", + "default": false + }, "message": { "type": "object", "properties": { @@ -3422,6 +3427,11 @@ "type": "string", "description": "Submitter specific URL to redirect to after the submission completion." }, + "require_phone_2fa": { + "type": "boolean", + "description": "Set to `true` to require phone 2FA verification via a one-time code sent to the phone number in order to access the documents.", + "default": false + }, "fields": { "type": "array", "description": "A list of configurations for document form fields.", @@ -4258,6 +4268,11 @@ "type": "string", "description": "Submitter specific URL to redirect to after the submission completion." }, + "require_phone_2fa": { + "type": "boolean", + "description": "Set to `true` to require phone 2FA verification via a one-time code sent to the phone number in order to access the documents.", + "default": false + }, "fields": { "type": "array", "description": "A list of configurations for document form fields.", @@ -5303,10 +5318,6 @@ "type": "string", "description": "Specify Reply-To address to use in the notification emails." }, - "completed_redirect_url": { - "type": "string", - "description": "Submitter specific URL to redirect to after the submission completion." - }, "completed": { "type": "boolean", "description": "Pass `true` to mark submitter as completed and auto-signed via API." @@ -5316,6 +5327,15 @@ "description": "Metadata object with additional submitter information.", "example": "{ \"customField\": \"value\" }" }, + "completed_redirect_url": { + "type": "string", + "description": "Submitter specific URL to redirect to after the submission completion." + }, + "require_phone_2fa": { + "type": "boolean", + "description": "Set to `true` to require phone 2FA verification via a one-time code sent to the phone number in order to access the documents.", + "default": false + }, "message": { "type": "object", "properties": {