From e5a6702c04e52de50e8af7b9f042b5d889bfb388 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Thu, 26 Mar 2026 10:10:47 -0700 Subject: [PATCH] fix: Remove Beta tag from Hubs --- openapi.json | 2 +- openapi/openapi-v2025.0.json | 37 ++++++++++++------------------------ openapi/openapi.json | 2 +- 3 files changed, 14 insertions(+), 27 deletions(-) diff --git a/openapi.json b/openapi.json index 4d8a0883..f41624a0 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": "6426d9bbad" + "x-box-commit-hash": "95117b97f9" }, "servers": [ { diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index aa84a398..af808125 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": "6426d9bbad" + "x-box-commit-hash": "95117b97f9" }, "servers": [ { @@ -2027,7 +2027,6 @@ "operationId": "get_hub_document_pages_v2025.0", "summary": "List Hub Document Pages", "description": "Retrieves a list of Hub Document Pages for the specified hub.\nIncludes both root-level pages and sub pages.", - "x-stability-level": "beta", "parameters": [ { "name": "hub_id", @@ -2156,7 +2155,6 @@ "operationId": "get_hub_document_blocks_v2025.0", "summary": "List Hub Document blocks for page", "description": "Retrieves a sorted list of all Hub Document Blocks on a specified page in the hub document, excluding items.\nBlocks are hierarchically organized by their `parent_id`.\nBlocks are sorted in order based on user specification in the user interface.\nThe response will only include content blocks that belong to the specified page. This will not include sub pages or sub page content blocks.", - "x-stability-level": "beta", "parameters": [ { "name": "hub_id", @@ -2176,8 +2174,7 @@ "schema": { "type": "string" }, - "example": "d97f7c26-0d9b-42a1-a00d-6e6db9619e0f", - "x-stability-level": "beta" + "example": "d97f7c26-0d9b-42a1-a00d-6e6db9619e0f" }, { "name": "marker", @@ -5848,8 +5845,7 @@ ], "title": "Box Hub Callout Box Text Block", "x-box-resource-id": "hub_callout_box_text_block_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubCollaboration": { "description": "A Box Hub collaboration object grants a user or group access \nto a Box Hub with permissions defined by a specific role.", @@ -6164,8 +6160,7 @@ ], "title": "Box Hub Divider Block", "x-box-resource-id": "hub_divider_block_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubDocumentBlock": { "description": "Base block in the Box Hub Document.", @@ -6187,8 +6182,7 @@ "id" ], "title": "Box Hub Document Block", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubDocumentBlockEntry": { "description": "A single block in a Hub Document Blocks list.\nText-bearing block types (`paragraph`, `section_title`, `callout_box`)\ninclude a `fragment` property with rich text content.", @@ -6209,8 +6203,7 @@ "$ref": "#/components/schemas/HubDividerBlock" } ], - "title": "Box Hub Document Block Entry", - "x-stability-level": "beta" + "title": "Box Hub Document Block Entry" }, "HubDocumentBlocks": { "description": "A list of Hub Document blocks.", @@ -6261,8 +6254,7 @@ ], "title": "Box Hub Document Blocks", "x-box-resource-id": "hub_document_blocks_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubDocumentPage": { "description": "A Page in the Box Hub Document.", @@ -6297,8 +6289,7 @@ ], "title": "Box Hub Document Page", "x-box-resource-id": "hub_document_page_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubDocumentPages": { "description": "A list of Hub Document Pages.", @@ -6349,8 +6340,7 @@ ], "title": "Box Hub Document Pages", "x-box-resource-id": "hub_document_pages_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubItem": { "description": "A Box Hub Item is a Box Item that is referenced in a Box Hub.", @@ -6412,8 +6402,7 @@ ], "title": "Box Hub Item List Block", "x-box-resource-id": "hub_item_list_block_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubItemOperation": { "description": "An operation to perform on a Box Hub item.", @@ -6593,8 +6582,7 @@ ], "title": "Box Hub Paragraph Text Block", "x-box-resource-id": "hub_paragraph_text_block_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "Hubs": { "description": "A paginated list of hubs.", @@ -6666,8 +6654,7 @@ ], "title": "Box Hub Section Title Text Block", "x-box-resource-id": "hub_section_title_text_block_v2025.0", - "x-box-tag": "hub_document", - "x-stability-level": "beta" + "x-box-tag": "hub_document" }, "HubUpdateRequest": { "description": "Request schema for updating an existing Box Hub.", diff --git a/openapi/openapi.json b/openapi/openapi.json index 4d8a0883..f41624a0 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": "6426d9bbad" + "x-box-commit-hash": "95117b97f9" }, "servers": [ {