Skip to content

Commit 024f1b8

Browse files
committed
Update en to output generated at 2eb4b35
1 parent 55e2c68 commit 024f1b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36810,7 +36810,7 @@
3681036810
"IntegrationMappingPartnerItemSlack": {
3681136811
"title": "Integration mapping mapped item schema for type Slack",
3681236812
"type": "object",
36813-
"description": "The schema for an integration mapping mapped item object for type Slack",
36813+
"description": "The schema for an integration mapping mapped item object for type Slack.\n\nDepending if Box for Slack is installed at the org or workspace level,\nprovide **either** `slack_org_id` **or** `slack_workspace_id`.\nDo not use both parameters at the same time.",
3681436814
"properties": {
3681536815
"type": {
3681636816
"type": "string",
@@ -36830,13 +36830,13 @@
3683036830
"slack_workspace_id": {
3683136831
"type": "string",
3683236832
"example": "T12352314",
36833-
"description": "ID of the Slack workspace with which the item is associated",
36833+
"description": "ID of the Slack workspace with which the item is associated. Use this parameter if Box for Slack is installed at a workspace level. Do not use `slack_org_id` at the same time.",
3683436834
"nullable": true
3683536835
},
3683636836
"slack_org_id": {
3683736837
"type": "string",
3683836838
"example": "E1234567",
36839-
"description": "ID of the Slack organization with which the item is associated",
36839+
"description": "ID of the Slack org with which the item is associated. Use this parameter if Box for Slack is installed at the org level. Do not use `slack_workspace_id` at the same time.",
3684036840
"nullable": true
3684136841
}
3684236842
},

0 commit comments

Comments
 (0)