Skip to content

Commit

Permalink
feat: Modify schema for teams for integration mapping api
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed Oct 21, 2024
1 parent 7c19019 commit fb00db1
Showing 1 changed file with 35 additions and 35 deletions.
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": []
}
]
}

0 comments on commit fb00db1

Please sign in to comment.