pull/502/head
Pete Matsyburka 4 months ago
parent 7fe9ab7601
commit b4f80422eb

@ -1773,6 +1773,11 @@
"type": "string", "type": "string",
"description": "Submitter specific URL to redirect to after the submission completion." "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": { "message": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -3422,6 +3427,11 @@
"type": "string", "type": "string",
"description": "Submitter specific URL to redirect to after the submission completion." "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": { "fields": {
"type": "array", "type": "array",
"description": "A list of configurations for document form fields.", "description": "A list of configurations for document form fields.",
@ -4258,6 +4268,11 @@
"type": "string", "type": "string",
"description": "Submitter specific URL to redirect to after the submission completion." "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": { "fields": {
"type": "array", "type": "array",
"description": "A list of configurations for document form fields.", "description": "A list of configurations for document form fields.",
@ -5303,10 +5318,6 @@
"type": "string", "type": "string",
"description": "Specify Reply-To address to use in the notification emails." "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": { "completed": {
"type": "boolean", "type": "boolean",
"description": "Pass `true` to mark submitter as completed and auto-signed via API." "description": "Pass `true` to mark submitter as completed and auto-signed via API."
@ -5316,6 +5327,15 @@
"description": "Metadata object with additional submitter information.", "description": "Metadata object with additional submitter information.",
"example": "{ \"customField\": \"value\" }" "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": { "message": {
"type": "object", "type": "object",
"properties": { "properties": {

Loading…
Cancel
Save