Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
19 changes: 17 additions & 2 deletions openapi/openapi-v2025.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down