From 9ccfa510991d7d0b277b891eadd3799b7cf00d4e Mon Sep 17 00:00:00 2001 From: box-apimgmt <142984025+box-apimgmt@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:33:46 +0200 Subject: [PATCH] fix: update app item resource id (#459) --- openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.json b/openapi.json index 449d5574..7d4887ec 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": "76b3e9a8ea" + "x-box-commit-hash": "73eface93e" }, "servers": [ { @@ -25839,7 +25839,7 @@ "title": "App item", "type": "object", "x-box-tag": "app_item_associations", - "x-box-resource-id": "app_item_associations", + "x-box-resource-id": "app_item", "description": "An app item represents an content object owned by an application. It can\ngroup files and folders together from different paths. That set can be shared\nvia a collaboration.", "required": [ "id",