Skip to content

Commit

Permalink
docs: remove parameter from Sign page (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Dec 13, 2024
1 parent d6afe66 commit 55522ef
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "fd1d1837fd"
"x-box-commit-hash": "9ec0f8628c"
},
"servers": [
{
Expand Down Expand Up @@ -27099,6 +27099,12 @@
"DOWNLOAD",
"EDIT",
"EDIT_USER",
"EDR_CROWDSTRIKE_DEVICE_DETECTED",
"EDR_CROWDSTRIKE_NO_BOX_TOOLS",
"EDR_CROWDSTRIKE_BOX_TOOLS_OUTDATED",
"EDR_CROWDSTRIKE_DRIVE_OUTDATED",
"EDR_CROWDSTRIKE_ACCESS_ALLOWED_NO_CROWDSTRIKE_DEVICE",
"EDR_CROWDSTRIKE_ACCESS_REVOKED",
"EMAIL_ALIAS_CONFIRM",
"EMAIL_ALIAS_REMOVE",
"ENABLE_TWO_FACTOR_AUTH",
Expand Down Expand Up @@ -34212,12 +34218,6 @@
"example": "123",
"nullable": true
},
"is_phone_verification_required_to_view": {
"description": "Forces signers to verify a text message prior to viewing the document. You must specify the phone number of signers to have this setting apply to them.",
"type": "boolean",
"example": true,
"nullable": true
},
"template_id": {
"description": "When a signature request is created from a template this field will indicate the id of that template.",
"type": "string",
Expand Down Expand Up @@ -34345,17 +34345,11 @@
"nullable": true
},
"login_required": {
"description": "If set to true, the signer will need to log in to a Box account\nbefore signing the request. If the signer does not have\nan existing account, they will have the option to create\na free Box account. Cannot be selected in combination with\n`verification_phone_number`.",
"description": "If set to true, the signer will need to log in to a Box account\nbefore signing the request. If the signer does not have\nan existing account, they will have the option to create\na free Box account.",
"type": "boolean",
"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",
Expand Down Expand Up @@ -39812,6 +39806,11 @@
"description": "A set of endpoints used to\ninteract with supported LLMs.",
"x-box-tag": "ai"
},
{
"name": "AI Studio",
"description": "A set of endpoints used to\ninteract with AI Studio.",
"x-box-tag": "ai_studio"
},
{
"name": "App item associations",
"x-box-tag": "app_item_associations"
Expand Down

0 comments on commit 55522ef

Please sign in to comment.