From a281875fad5ae194e865507ecfebcc5f363698a2 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Wed, 25 Mar 2026 08:41:58 -0700 Subject: [PATCH] fix: typo in content_types 'tags' value --- openapi.json | 4 ++-- openapi/openapi-v2025.0.json | 7 ++++++- openapi/openapi.json | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/openapi.json b/openapi.json index 76944872..4d8a0883 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "e965969341" + "x-box-commit-hash": "6426d9bbad" }, "servers": [ { @@ -10535,7 +10535,7 @@ "description", "file_content", "comments", - "tag" + "tags" ] } }, diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index cdbaa154..aa84a398 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "e965969341" + "x-box-commit-hash": "6426d9bbad" }, "servers": [ { @@ -6457,6 +6457,11 @@ "item": { "$ref": "#/components/schemas/HubItemReference" }, + "parent_id": { + "description": "The ID of the parent block the item was added to.", + "type": "string", + "example": "721d97d7-ac8a-4e5e-adb6-ef11af4e6d9e" + }, "status": { "description": "The HTTP status code of the operation.", "type": "integer", diff --git a/openapi/openapi.json b/openapi/openapi.json index 76944872..4d8a0883 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "e965969341" + "x-box-commit-hash": "6426d9bbad" }, "servers": [ { @@ -10535,7 +10535,7 @@ "description", "file_content", "comments", - "tag" + "tags" ] } },