diff --git a/openapi.json b/openapi.json index e1117ad9..120b9c7f 100644 --- a/openapi.json +++ b/openapi.json @@ -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": [ { @@ -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", @@ -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", @@ -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", @@ -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"