Skip to content

Commit

Permalink
docs: Add note about conflicting segments
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed Jun 21, 2024
1 parent d2b1e63 commit bdf2b80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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": "20609e8332"
"x-box-commit-hash": "7558f33e2a"
},
"servers": [
{
Expand Down Expand Up @@ -24578,7 +24578,7 @@
"items": {
"$ref": "#/components/schemas/SignRequestCreateSigner"
},
"description": "Array of signers for the signature request. 35 is the max number of signers permitted."
"description": "Array of signers for the signature request. 35 is the\nmax number of signers permitted.\n\n**Note**: It may happen that some signers belong to conflicting [segments](r://shield-information-barrier-segment-member) (user groups).\nThis means that due to the security policies, users are assigned to segments to prevent exchanges or communication that could lead to ethical conflicts.\nIn such a case, an attempt to send the sign request will result in an error.\n\nRead more about [segments and ethical walls](https://support.box.com/hc/en-us/articles/9920431507603-Understanding-Information-Barriers#h_01GFVJEHQA06N7XEZ4GCZ9GFAQ)."
},
"parent_folder": {
"allOf": [
Expand Down Expand Up @@ -33199,7 +33199,7 @@
"items": {
"$ref": "#/components/schemas/TemplateSigner"
},
"description": "Array of signers for the template."
"description": "Array of signers for the template.\n\n**Note**: It may happen that some signers specified in the template belong to conflicting [segments](r://shield-information-barrier-segment-member) (user groups).\nThis means that due to the security policies, users are assigned to segments to prevent exchanges or communication that could lead to ethical conflicts.\nIn such a case, an attempt to send a sign request based on a template that lists signers in conflicting segments will result in an error.\n\nRead more about [segments and ethical walls](https://support.box.com/hc/en-us/articles/9920431507603-Understanding-Information-Barriers#h_01GFVJEHQA06N7XEZ4GCZ9GFAQ)."
},
"additional_info": {
"description": "Additional information on which fields are required and which fields are not editable.",
Expand Down Expand Up @@ -38749,4 +38749,4 @@
"description": "Box Developer Documentation",
"url": "https://developer.box.com"
}
}
}

0 comments on commit bdf2b80

Please sign in to comment.