diff --git a/openapi.json b/openapi.json index 3f97dff2..77afef81 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": "3d705a6550" + "x-box-commit-hash": "c3c6379420" }, "servers": [ { diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index db085b6d..73d0777c 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": "3d705a6550" + "x-box-commit-hash": "c3c6379420" }, "servers": [ { @@ -1848,7 +1848,7 @@ "get": { "operationId": "get_hub_items_v2025.0", "summary": "Get Box Hub items", - "description": "Retrieves all items associated with a Box Hub.", + "description": "Retrieves all items associated with a Box Hub.\n\nOptionally, use the `parent_id` query parameter to filter\nresults to only the items within a specific item list.", "parameters": [ { "name": "hub_id", @@ -1860,6 +1860,16 @@ }, "example": "12345" }, + { + "name": "parent_id", + "in": "query", + "description": "The unique identifier of an item list block within the Box Hub.\n\nWhen provided, the response will only include items that belong\nto the specified item list, allowing you to filter results to\nitems on a specific page or section.", + "required": false, + "schema": { + "type": "string" + }, + "example": "721d97d7-ac8a-4e5e-adb6-ef11af4e6d9e" + }, { "name": "marker", "in": "query", @@ -5885,6 +5895,11 @@ }, "item": { "$ref": "#/components/schemas/HubItemReference" + }, + "parent_id": { + "description": "The ID of the parent block to add the item to. Must be an Item List block. If not provided, the item will be added to the first page's first Item List block.", + "type": "string", + "example": "c9588f08-22d7-4d17-8ca9-f1e61c98c0bd" } }, "required": [ diff --git a/openapi/openapi.json b/openapi/openapi.json index 3f97dff2..77afef81 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": "3d705a6550" + "x-box-commit-hash": "c3c6379420" }, "servers": [ {