Skip to content

Commit d5507fc

Browse files
authored
fix: add verification_phone_number property to create sign request (#515)
1 parent 39c6471 commit d5507fc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

openapi.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "882e37ea44"
17+
"x-box-commit-hash": "12c46526ec"
1818
},
1919
"servers": [
2020
{
@@ -35357,6 +35357,12 @@
3535735357
"example": true,
3535835358
"nullable": true
3535935359
},
35360+
"verification_phone_number": {
35361+
"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`.",
35362+
"type": "string",
35363+
"example": "6314578901",
35364+
"nullable": true
35365+
},
3536035366
"password": {
3536135367
"description": "If set, the signer is required to enter the password before they are able\nto sign a document. This field is write only.",
3536235368
"type": "string",

openapi/openapi-v2025.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "882e37ea44"
17+
"x-box-commit-hash": "12c46526ec"
1818
},
1919
"servers": [
2020
{

openapi/openapi.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "882e37ea44"
17+
"x-box-commit-hash": "12c46526ec"
1818
},
1919
"servers": [
2020
{
@@ -35357,6 +35357,12 @@
3535735357
"example": true,
3535835358
"nullable": true
3535935359
},
35360+
"verification_phone_number": {
35361+
"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`.",
35362+
"type": "string",
35363+
"example": "6314578901",
35364+
"nullable": true
35365+
},
3536035366
"password": {
3536135367
"description": "If set, the signer is required to enter the password before they are able\nto sign a document. This field is write only.",
3536235368
"type": "string",

0 commit comments

Comments
 (0)