Skip to content

Commit e53f5f7

Browse files
committed
Update en to output generated at 739416b
1 parent 024f1b8 commit e53f5f7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

openapi.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16439,7 +16439,7 @@
1643916439
"example": {
1644016440
"can_run_reports": true
1644116441
},
16442-
"description": "Custom configuration for the permissions an admin\nif a group will receive. This option has no effect\non members with a role of `member`.\n\nSetting these permissions overwrites the default\naccess levels of an admin.\n\nSpecifying a value of \"null\" for this object will disable\nall configurable permissions. Specifying permissions will set\nthem accordingly, omitted permissions will be enabled by default.",
16442+
"description": "Custom configuration for the permissions an admin\nif a group will receive. This option has no effect\non members with a role of `member`.\n\nSetting these permissions overwrites the default\naccess levels of an admin.\n\nSpecifying a value of \"null\" for this object will deactivate\nall configurable permissions. Specifying permissions will set\nthem accordingly, omitted permissions will be enabled by default.",
1644316443
"additionalProperties": {
1644416444
"type": "boolean",
1644516445
"description": "A key value pair of custom permissions.",
@@ -16606,7 +16606,7 @@
1660616606
"example": {
1660716607
"can_run_reports": true
1660816608
},
16609-
"description": "Custom configuration for the permissions an admin\nif a group will receive. This option has no effect\non members with a role of `member`.\n\nSetting these permissions overwrites the default\naccess levels of an admin.\n\nSpecifying a value of \"null\" for this object will disable\nall configurable permissions. Specifying permissions will set\nthem accordingly, omitted permissions will be enabled by default.",
16609+
"description": "Custom configuration for the permissions an admin\nif a group will receive. This option has no effect\non members with a role of `member`.\n\nSetting these permissions overwrites the default\naccess levels of an admin.\n\nSpecifying a value of \"null\" for this object will deactivate\nall configurable permissions. Specifying permissions will set\nthem accordingly, omitted permissions will be enabled by default.",
1661016610
"additionalProperties": {
1661116611
"type": "boolean",
1661216612
"description": "A key value pair of custom permissions.",
@@ -37497,6 +37497,12 @@
3749737497
"readOnly": true,
3749837498
"example": "https://example.com",
3749937499
"description": "URL to direct a signer to for signing"
37500+
},
37501+
"iframeable_embed_url": {
37502+
"type": "string",
37503+
"nullable": true,
37504+
"example": "https://app.box.com/embed/sign/document/gfhr4222-a331-494b-808b-79bc7f3992a3/f14d7098-a331-494b-808b-79bc7f3992a4",
37505+
"description": "This URL is specifically designed for\nsigning documents within an HTML `iframe` tag.\nIt will be returned in the response\nonly if the `embed_url_external_user_id`\nparameter was passed in the\n`create sign request` call."
3750037506
}
3750137507
}
3750237508
}

0 commit comments

Comments
 (0)