From 9255cb7d4b2d474734a9177ca4431acf067f072b Mon Sep 17 00:00:00 2001 From: box-apimgmt <142984025+box-apimgmt@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:35:18 +0200 Subject: [PATCH] docs: Add note about conflicting segments (#433) --- openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 417c0ea2..97f20add 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": "20609e8332" + "x-box-commit-hash": "7558f33e2a" }, "servers": [ { @@ -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": [ @@ -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.", @@ -38749,4 +38749,4 @@ "description": "Box Developer Documentation", "url": "https://developer.box.com" } -} +} \ No newline at end of file