diff --git a/openapi.json b/openapi.json index 0fe1a9a1..46a96ae3 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": "7422d8d30e" + "x-box-commit-hash": "01175ede2e" }, "servers": [ { @@ -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", @@ -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", @@ -39550,11 +39550,6 @@ } } }, - "security": [ - { - "OAuth2Security": [] - } - ], "tags": [ { "name": "AI", @@ -39910,5 +39905,10 @@ "externalDocs": { "description": "Box Developer Documentation", "url": "https://developer.box.com" - } + }, + "security": [ + { + "OAuth2Security": [] + } + ] } \ No newline at end of file