Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 35 additions & 35 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": "7422d8d30e"
"x-box-commit-hash": "01175ede2e"
},
"servers": [
{
Expand Down Expand Up @@ -30268,34 +30268,6 @@
],
"nullable": false
},
"partner_item": {
"description": "Mapped item object for Slack or Teams",
"example": {
"id": "C12378991223",
"type": "channel",
"slack_org_id": "E1234567"
},
"nullable": false,
"oneOf": [
{
"$ref": "#/components/schemas/IntegrationMappingPartnerItemSlack"
}
]
}
}
},
{
"type": "object",
"properties": {
"box_item": {
"description": "The Box folder, to which the object from the\npartner app domain (referenced in `partner_item_id`) is mapped",
"allOf": [
{
"$ref": "#/components/schemas/Folder--Mini"
}
],
"nullable": false
},
"is_manually_created": {
"description": "Identifies whether the mapping has\nbeen manually set\n(as opposed to being automatically created)",
"type": "boolean",
Expand Down Expand Up @@ -30328,6 +30300,34 @@
],
"nullable": false
},
"partner_item": {
"description": "Mapped item object for Slack",
"example": {
"id": "C12378991223",
"type": "channel",
"slack_org_id": "E1234567"
},
"nullable": false,
"oneOf": [
{
"$ref": "#/components/schemas/IntegrationMappingPartnerItemSlack"
}
]
}
}
},
{
"type": "object",
"properties": {
"box_item": {
"description": "The Box folder, to which the object from the\npartner app domain (referenced in `partner_item_id`) is mapped",
"allOf": [
{
"$ref": "#/components/schemas/Folder--Mini"
}
],
"nullable": false
},
"created_at": {
"description": "When the integration mapping object was created",
"type": "string",
Expand Down Expand Up @@ -39550,11 +39550,6 @@
}
}
},
"security": [
{
"OAuth2Security": []
}
],
"tags": [
{
"name": "AI",
Expand Down Expand Up @@ -39910,5 +39905,10 @@
"externalDocs": {
"description": "Box Developer Documentation",
"url": "https://developer.box.com"
}
},
"security": [
{
"OAuth2Security": []
}
]
}
Loading