diff --git a/openapi.json b/openapi.json index 024557d1..bddf82d4 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "882e37ea44" + "x-box-commit-hash": "12c46526ec" }, "servers": [ { @@ -35357,6 +35357,12 @@ "example": true, "nullable": true }, + "verification_phone_number": { + "description": "If set, this phone number will be used to verify the signer\nvia two-factor authentication before they are able to sign the document.\nCannot be selected in combination with `login_required`.", + "type": "string", + "example": "6314578901", + "nullable": true + }, "password": { "description": "If set, the signer is required to enter the password before they are able\nto sign a document. This field is write only.", "type": "string", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 940547b9..9412a6df 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "882e37ea44" + "x-box-commit-hash": "12c46526ec" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index 024557d1..bddf82d4 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "882e37ea44" + "x-box-commit-hash": "12c46526ec" }, "servers": [ { @@ -35357,6 +35357,12 @@ "example": true, "nullable": true }, + "verification_phone_number": { + "description": "If set, this phone number will be used to verify the signer\nvia two-factor authentication before they are able to sign the document.\nCannot be selected in combination with `login_required`.", + "type": "string", + "example": "6314578901", + "nullable": true + }, "password": { "description": "If set, the signer is required to enter the password before they are able\nto sign a document. This field is write only.", "type": "string",