diff --git a/openapi.json b/openapi.json index 2f4d9301..b35ee7ee 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "a96560f449" + "x-box-commit-hash": "4201361d45" }, "servers": [ { diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 0f97dc3a..0a2c8107 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "a96560f449" + "x-box-commit-hash": "4201361d45" }, "servers": [ { @@ -916,13 +916,13 @@ "/hubs": { "get": { "operationId": "get_hubs_v2025.0", - "summary": "List all hubs", - "description": "Retrieves all hubs for requesting user.", + "summary": "List all Box Hubs", + "description": "Retrieves all Box Hubs for requesting user.", "parameters": [ { "name": "query", "in": "query", - "description": "The query string to search for hubs.", + "description": "The query string to search for Box Hubs.", "required": false, "schema": { "type": "string" @@ -932,7 +932,7 @@ { "name": "scope", "in": "query", - "description": "The scope of the hubs to retrieve. Possible values include `editable`,\n`view_only`, and `all`. Default is `all`.", + "description": "The scope of the Box Hubs to retrieve. Possible values include `editable`,\n`view_only`, and `all`. Default is `all`.", "required": false, "schema": { "type": "string", @@ -993,7 +993,7 @@ ], "responses": { "200": { - "description": "Returns all hubs for the given user or enterprise.", + "description": "Returns all Box Hubs for the given user or enterprise.", "content": { "application/json": { "schema": { @@ -1015,13 +1015,13 @@ }, "x-box-tag": "hubs", "tags": [ - "Hubs" + "Box Hubs" ] }, "post": { "operationId": "post_hubs_v2025.0", - "summary": "Create hub", - "description": "Creates a new Hub.", + "summary": "Create Box Hub", + "description": "Creates a new Box Hub.", "parameters": [ { "$ref": "#/components/parameters/BoxVersionHeader" @@ -1081,20 +1081,20 @@ }, "x-box-tag": "hubs", "tags": [ - "Hubs" + "Box Hubs" ] } }, "/enterprise_hubs": { "get": { "operationId": "get_enterprise_hubs_v2025.0", - "summary": "List all hubs for requesting enterprise", - "description": "Retrieves all hubs for a given enterprise.\n\nAdmins or Hub Co-admins of an enterprise\nwith GCM scope can make this call.", + "summary": "List all Box Hubs for requesting enterprise", + "description": "Retrieves all Box Hubs for a given enterprise.\n\nAdmins or Hub Co-admins of an enterprise\nwith GCM scope can make this call.", "parameters": [ { "name": "query", "in": "query", - "description": "The query string to search for hubs.", + "description": "The query string to search for Box Hubs.", "required": false, "schema": { "type": "string" @@ -1154,7 +1154,7 @@ ], "responses": { "200": { - "description": "Returns all hubs for the given user or enterprise.", + "description": "Returns all Box Hubs for the given user or enterprise.", "content": { "application/json": { "schema": { @@ -1176,15 +1176,15 @@ }, "x-box-tag": "hubs", "tags": [ - "Hubs" + "Box Hubs" ] } }, "/hubs/{hub_id}": { "get": { "operationId": "get_hubs_id_v2025.0", - "summary": "Get hub information by ID", - "description": "Retrieves details for a hub by its ID.", + "summary": "Get Box Hub information by ID", + "description": "Retrieves details for a Box Hub by its ID.", "parameters": [ { "name": "hub_id", @@ -1244,13 +1244,13 @@ }, "x-box-tag": "hubs", "tags": [ - "Hubs" + "Box Hubs" ] }, "put": { "operationId": "put_hubs_id_v2025.0", - "summary": "Update hub information by ID", - "description": "Updates a Hub. Can be used to change title, description, or Hub settings.", + "summary": "Update Box Hub information by ID", + "description": "Updates a Box Hub. Can be used to change title, description, or Box Hub settings.", "parameters": [ { "name": "hub_id", @@ -1320,13 +1320,13 @@ }, "x-box-tag": "hubs", "tags": [ - "Hubs" + "Box Hubs" ] }, "delete": { "operationId": "delete_hubs_id_v2025.0", - "summary": "Delete hub", - "description": "Deletes a single hub.", + "summary": "Delete Box Hub", + "description": "Deletes a single Box Hub.", "parameters": [ { "name": "hub_id", @@ -1379,15 +1379,15 @@ }, "x-box-tag": "hubs", "tags": [ - "Hubs" + "Box Hubs" ] } }, "/hubs/{hub_id}/copy": { "post": { "operationId": "post_hubs_id_copy_v2025.0", - "summary": "Copy hub", - "description": "Creates a copy of a Hub.\n\nThe original Hub will not be modified.", + "summary": "Copy Box Hub", + "description": "Creates a copy of a Box Hub.\n\nThe original Box Hub will not be modified.", "parameters": [ { "name": "hub_id", @@ -1447,15 +1447,15 @@ }, "x-box-tag": "hubs", "tags": [ - "Hubs" + "Box Hubs" ] } }, "/hub_collaborations": { "get": { "operationId": "get_hub_collaborations_v2025.0", - "summary": "Get hub collaborations", - "description": "Retrieves all collaborations for a hub.", + "summary": "Get Box Hub collaborations", + "description": "Retrieves all collaborations for a Box Hub.", "parameters": [ { "name": "hub_id", @@ -1495,7 +1495,7 @@ ], "responses": { "200": { - "description": "Retrieves the collaborations associated with the specified hub.", + "description": "Retrieves the collaborations associated with the specified Box Hub.", "content": { "application/json": { "schema": { @@ -1515,7 +1515,7 @@ } }, "404": { - "description": "Returned if the hub is not found, or the user does not\nhave access to the hub.", + "description": "Returned if the Box Hub is not found, or the user does not\nhave access to the Box Hub.", "content": { "application/json": { "schema": { @@ -1537,13 +1537,13 @@ }, "x-box-tag": "hub_collaborations", "tags": [ - "Hub Collaborations" + "Box Hub Collaborations" ] }, "post": { "operationId": "post_hub_collaborations_v2025.0", - "summary": "Create hub collaboration", - "description": "Adds a collaboration for a single user or a single group to a hub.\n\nCollaborations can be created using email address, user IDs, or group IDs.", + "summary": "Create Box Hub collaboration", + "description": "Adds a collaboration for a single user or a single group to a Box Hub.\n\nCollaborations can be created using email address, user IDs, or group IDs.", "parameters": [ { "$ref": "#/components/parameters/BoxVersionHeader" @@ -1561,7 +1561,7 @@ }, "responses": { "201": { - "description": "Returns a new hub collaboration object.", + "description": "Returns a new Box Hub collaboration object.", "content": { "application/json": { "schema": { @@ -1593,15 +1593,15 @@ }, "x-box-tag": "hub_collaborations", "tags": [ - "Hub Collaborations" + "Box Hub Collaborations" ] } }, "/hub_collaborations/{hub_collaboration_id}": { "get": { "operationId": "get_hub_collaborations_id_v2025.0", - "summary": "Get hub collaboration by collaboration ID", - "description": "Retrieves details for a hub collaboration by collaboration ID.", + "summary": "Get Box Hub collaboration by collaboration ID", + "description": "Retrieves details for a Box Hub collaboration by collaboration ID.", "parameters": [ { "name": "hub_collaboration_id", @@ -1619,7 +1619,7 @@ ], "responses": { "200": { - "description": "Returns a hub collaboration object.", + "description": "Returns a Box Hub collaboration object.", "content": { "application/json": { "schema": { @@ -1639,7 +1639,7 @@ } }, "404": { - "description": "Returned if the hub is not found, or the user does not\nhave access to the hub.", + "description": "Returned if the Box Hub is not found, or the user does not\nhave access to the Box Hub.", "content": { "application/json": { "schema": { @@ -1661,13 +1661,13 @@ }, "x-box-tag": "hub_collaborations", "tags": [ - "Hub Collaborations" + "Box Hub Collaborations" ] }, "put": { "operationId": "put_hub_collaborations_id_v2025.0", - "summary": "Update hub collaboration", - "description": "Updates a hub collaboration.\nCan be used to change the hub role.", + "summary": "Update Box Hub collaboration", + "description": "Updates a Box Hub collaboration.\nCan be used to change the Box Hub role.", "parameters": [ { "name": "hub_collaboration_id", @@ -1695,7 +1695,7 @@ }, "responses": { "200": { - "description": "Returns an updated hub collaboration object.", + "description": "Returns an updated Box Hub collaboration object.", "content": { "application/json": { "schema": { @@ -1727,13 +1727,13 @@ }, "x-box-tag": "hub_collaborations", "tags": [ - "Hub Collaborations" + "Box Hub Collaborations" ] }, "delete": { "operationId": "delete_hub_collaborations_id_v2025.0", - "summary": "Remove hub collaboration", - "description": "Deletes a single hub collaboration.", + "summary": "Remove Box Hub collaboration", + "description": "Deletes a single Box Hub collaboration.", "parameters": [ { "name": "hub_collaboration_id", @@ -1751,10 +1751,10 @@ ], "responses": { "204": { - "description": "A blank response is returned if the hub collaboration was\nsuccessfully deleted." + "description": "A blank response is returned if the Box Hub collaboration was\nsuccessfully deleted." }, "404": { - "description": "Returns an error if the hub collaboration could not be found,\nor the authenticated user does not have access to the hub collaboration.", + "description": "Returns an error if the Box Hub collaboration could not be found,\nor the authenticated user does not have access to the Box Hub collaboration.", "content": { "application/json": { "schema": { @@ -1776,15 +1776,15 @@ }, "x-box-tag": "hub_collaborations", "tags": [ - "Hub Collaborations" + "Box Hub Collaborations" ] } }, "/hub_items": { "get": { "operationId": "get_hub_items_v2025.0", - "summary": "Get hub items", - "description": "Retrieves all items associated with a Hub.", + "summary": "Get Box Hub items", + "description": "Retrieves all items associated with a Box Hub.", "parameters": [ { "name": "hub_id", @@ -1824,7 +1824,7 @@ ], "responses": { "200": { - "description": "Retrieves the items associated with the specified Hub.", + "description": "Retrieves the items associated with the specified Box Hub.", "content": { "application/json": { "schema": { @@ -1844,7 +1844,7 @@ } }, "404": { - "description": "Returned if the Hub is not found, or the user does not\nhave access to the Hub.", + "description": "Returned if the Box Hub is not found, or the user does not\nhave access to the Box Hub.", "content": { "application/json": { "schema": { @@ -1866,15 +1866,15 @@ }, "x-box-tag": "hub_items", "tags": [ - "Hub Items" + "Box Hub Items" ] } }, "/hubs/{hub_id}/manage_items": { "post": { "operationId": "post_hubs_id_manage_items_v2025.0", - "summary": "Manage hub items", - "description": "Adds and/or removes Hub items from a Hub.", + "summary": "Manage Box Hub items", + "description": "Adds and/or removes Box Hub items from a Box Hub.", "parameters": [ { "name": "hub_id", @@ -1922,7 +1922,7 @@ } }, "404": { - "description": "Returned if the Hub is not found, or the user does not\nhave access to the Hub.", + "description": "Returned if the Box Hub is not found, or the user does not\nhave access to the Box Hub.", "content": { "application/json": { "schema": { @@ -1944,7 +1944,7 @@ }, "x-box-tag": "hub_items", "tags": [ - "Hub Items" + "Box Hub Items" ] } }, @@ -3605,7 +3605,7 @@ "title": "Group (Mini)" }, "Hub": { - "description": "A standard representation of a hub, as returned from any\nhubs API endpoints by default.", + "description": "A standard representation of a Box Hub, as returned from any\nBox Hubs API endpoints by default.", "type": "object", "allOf": [ { @@ -3614,12 +3614,12 @@ { "properties": { "title": { - "description": "The title given to the hub.", + "description": "The title given to the Box Hub.", "type": "string", "example": "Contracts" }, "description": { - "description": "The description of the hub. First 200 characters are returned.", + "description": "The description of the Box Hub. First 200 characters are returned.", "type": "string", "example": "All the contracts for the company." }, @@ -3630,7 +3630,7 @@ "example": "2012-12-12T10:53:43Z" }, "updated_at": { - "description": "The date and time when the hub was last updated.", + "description": "The date and time when the Box Hub was last updated.", "type": "string", "format": "date-time", "example": "2012-12-12T10:53:43Z" @@ -3641,7 +3641,7 @@ "$ref": "#/components/schemas/User--Mini" }, { - "description": "The user who created this hub." + "description": "The user who created this Box Hub." } ] }, @@ -3651,18 +3651,18 @@ "$ref": "#/components/schemas/User--Mini" }, { - "description": "The user who last modified this hub." + "description": "The user who last modified this Box Hub." } ] }, "view_count": { - "description": "The number of views for the hub.", + "description": "The number of views for the Box Hub.", "type": "integer", "format": "int32", "example": 506 }, "is_ai_enabled": { - "description": "Indicates if AI features are enabled for the hub.", + "description": "Indicates if AI features are enabled for the Box Hub.", "type": "boolean", "example": true }, @@ -3672,28 +3672,28 @@ "example": true }, "can_non_owners_invite": { - "description": "Indicates if non-owners can invite others to the hub.", + "description": "Indicates if non-owners can invite others to the Box Hub.", "type": "boolean", "example": true }, "can_shared_link_be_created": { - "description": "Indicates if a shared link can be created for the hub.", + "description": "Indicates if a shared link can be created for the Box Hub.", "type": "boolean", "example": true } } } ], - "title": "Hub", + "title": "Box Hub", "x-box-resource-id": "hub_v2025.0", "x-box-variant": "standard" }, "Hub--Base": { - "description": "The bare basic representation of a hub.", + "description": "The bare basic representation of a Box Hub.", "type": "object", "properties": { "id": { - "description": "The unique identifier that represent a hub.\n\nThe ID for any hub can be determined\nby visiting a hub in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/hubs/123`\nthe `hub_id` is `123`.", + "description": "The unique identifier that represent a Box Hub.\n\nThe ID for any Box Hub can be determined\nby visiting a Box Hub in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/hubs/123`\nthe `hub_id` is `123`.", "type": "string", "example": "12345" }, @@ -3710,7 +3710,7 @@ "id", "type" ], - "title": "Hub (Base)", + "title": "Box Hub (Base)", "x-box-resource-id": "hub_v2025.0--base", "x-box-tag": "hubs", "x-box-variant": "base", @@ -3730,10 +3730,10 @@ "$ref": "#/components/schemas/Group--Mini" } ], - "title": "Hub Accessible By" + "title": "Box Hub Accessible By" }, "HubCollaboration": { - "description": "A hub collaboration object grants a user or group access \nto a hub with permissions defined by a specific role.", + "description": "A Box Hub collaboration object grants a user or group access \nto a Box Hub with permissions defined by a specific role.", "type": "object", "properties": { "id": { @@ -3756,7 +3756,7 @@ "$ref": "#/components/schemas/HubAccessGrantee" }, "role": { - "description": "The level of access granted to hub.\nPossible values are `editor`, `viewer`, and `co-owner`.", + "description": "The level of access granted to a Box Hub.\nPossible values are `editor`, `viewer`, and `co-owner`.", "type": "string", "example": "editor" }, @@ -3833,16 +3833,16 @@ "id", "type" ], - "title": "Hub Collaboration", + "title": "Box Hub Collaboration", "x-box-resource-id": "hub_collaboration_v2025.0", "x-box-tag": "hub_collaborations" }, "HubCollaborationCreateRequest": { - "description": "Request body for creating a new Hub collaboration.", + "description": "Request body for creating a new Box Hub collaboration.", "type": "object", "properties": { "hub": { - "description": "Hubs reference.", + "description": "Box Hubs reference.", "type": "object", "properties": { "type": { @@ -3863,7 +3863,7 @@ "type", "id" ], - "title": "Hubs reference" + "title": "Box Hubs reference" }, "accessible_by": { "description": "The user or group who gets access to the item.", @@ -3890,7 +3890,7 @@ ] }, "role": { - "description": "The level of access granted to hub.\nPossible values are `editor`, `viewer`, and `co-owner`.", + "description": "The level of access granted to a Box Hub.\nPossible values are `editor`, `viewer`, and `co-owner`.", "type": "string", "example": "editor" } @@ -3900,19 +3900,19 @@ "accessible_by", "role" ], - "title": "Hub Collaboration Create Request" + "title": "Box Hub Collaboration Create Request" }, "HubCollaborationUpdateRequest": { - "description": "Request body for updating an existing Hub collaboration.", + "description": "Request body for updating an existing Box Hub collaboration.", "type": "object", "properties": { "role": { - "description": "The level of access granted to hub.\nPossible values are `editor`, `viewer`, and `co-owner`.", + "description": "The level of access granted to a Box Hub.\nPossible values are `editor`, `viewer`, and `co-owner`.", "type": "string", "example": "editor" } }, - "title": "Hub Collaboration Update Request" + "title": "Box Hub Collaboration Update Request" }, "HubCollaborationUser": { "description": "A mini representation of a user, can be returned only when\nthe status is `pending`.", @@ -3940,16 +3940,16 @@ } } ], - "title": "Hub Collaboration User" + "title": "Box Hub Collaboration User" }, "HubCollaborations": { - "description": "A list of hub collaborations.", + "description": "A list of Box Hub collaborations.", "type": "object", "allOf": [ { "properties": { "entries": { - "description": "A list of hub collaborations.", + "description": "A list of Box Hub collaborations.", "type": "array", "items": { "$ref": "#/components/schemas/HubCollaboration" @@ -3976,51 +3976,51 @@ } } ], - "title": "Hub Collaborations", + "title": "Box Hub Collaborations", "x-box-resource-id": "hub_collaborations_v2025.0", "x-box-tag": "hub_collaborations" }, "HubCopyRequest": { - "description": "Request schema for copying a Hub.", + "description": "Request schema for copying a Box Hub.", "type": "object", "properties": { "title": { - "description": "Title of the Hub. It cannot be empty and should be less than 50 characters.", + "description": "Title of the Box Hub. It cannot be empty and should be less than 50 characters.", "type": "string", "example": "Hub Title", "maxLength": 50 }, "description": { - "description": "Description of the Hub.", + "description": "Description of the Box Hub.", "type": "string", - "example": "This is a description of the Hub." + "example": "This is a description of the Box Hub." } }, - "title": "Hub Copy Request" + "title": "Box Hub Copy Request" }, "HubCreateRequest": { - "description": "Request schema for creating a new Hub.", + "description": "Request schema for creating a new Box Hub.", "type": "object", "properties": { "title": { - "description": "Title of the Hub. It cannot be empty and should be less than 50 characters.", + "description": "Title of the Box Hub. It cannot be empty and should be less than 50 characters.", "type": "string", "example": "Hub Title", "maxLength": 50 }, "description": { - "description": "Description of the Hub.", + "description": "Description of the Box Hub.", "type": "string", - "example": "This is a description of the Hub." + "example": "This is a description of the Box Hub." } }, "required": [ "title" ], - "title": "Hub Create Request" + "title": "Box Hub Create Request" }, "HubItem": { - "description": "A Hub Item is a Box Item that is referenced in a Hub.", + "description": "A Box Hub Item is a Box Item that is referenced in a Box Hub.", "type": "object", "properties": { "id": { @@ -4049,16 +4049,16 @@ "type", "name" ], - "title": "Hub Item", + "title": "Box Hub Item", "x-box-resource-id": "hub_item_v2025.0", "x-box-tag": "hub_items" }, "HubItemOperation": { - "description": "An operation to perform on a Hub item.", + "description": "An operation to perform on a Box Hub item.", "type": "object", "properties": { "action": { - "description": "The action to perform on a Hub item.", + "description": "The action to perform on a Box Hub item.", "type": "string", "example": "add", "enum": [ @@ -4066,7 +4066,7 @@ "remove" ], "nullable": false, - "title": "Hub Action" + "title": "Box Hub Action" }, "item": { "$ref": "#/components/schemas/HubItemReference" @@ -4076,10 +4076,10 @@ "action", "item" ], - "title": "Hub Item Operation" + "title": "Box Hub Item Operation" }, "HubItemOperationResult": { - "description": "Result of a Hub item operation.", + "description": "Result of a Box Hub item operation.", "type": "object", "properties": { "action": { @@ -4101,10 +4101,10 @@ "example": "Item not found" } }, - "title": "Hub Item Operation Result" + "title": "Box Hub Item Operation Result" }, "HubItemReference": { - "description": "Reference to an item that can be added to a Hub.", + "description": "Reference to an item that can be added to a Box Hub.", "oneOf": [ { "$ref": "#/components/schemas/FileReference" @@ -4116,16 +4116,16 @@ "$ref": "#/components/schemas/WeblinkReference" } ], - "title": "Hub Item Reference" + "title": "Box Hub Item Reference" }, "HubItems": { - "description": "A list of Hub items.", + "description": "A list of Box Hub items.", "type": "object", "allOf": [ { "properties": { "entries": { - "description": "A list of Hub items.", + "description": "A list of Box Hub items.", "type": "array", "items": { "$ref": "#/components/schemas/HubItem" @@ -4152,30 +4152,30 @@ } } ], - "title": "Hub Items", + "title": "Box Hub Items", "x-box-resource-id": "hub_items_v2025.0", "x-box-tag": "hub_items" }, "HubItemsManageRequest": { - "description": "Request schema for managing Hub items.", + "description": "Request schema for managing Box Hub items.", "type": "object", "properties": { "operations": { - "description": "List of operations to perform on Hub items.", + "description": "List of operations to perform on Box Hub items.", "type": "array", "items": { "$ref": "#/components/schemas/HubItemOperation" } } }, - "title": "Hub Items Manage Request" + "title": "Box Hub Items Manage Request" }, "HubItemsManageResponse": { - "description": "Response schema for the status of Hub items management operations.", + "description": "Response schema for the status of Box Hub items management operations.", "type": "object", "properties": { "operations": { - "description": "List of operations performed on Hub items.", + "description": "List of operations performed on Box Hub items.", "type": "array", "items": { "$ref": "#/components/schemas/HubItemOperationResult" @@ -4185,27 +4185,27 @@ "required": [ "operations" ], - "title": "Hub Items Manage Response", + "title": "Box Hub Items Manage Response", "x-box-resource-id": "hub_items_manage_response_v2025.0", "x-box-tag": "hub_items" }, "HubUpdateRequest": { - "description": "Request schema for updating an existing Hub.", + "description": "Request schema for updating an existing Box Hub.", "type": "object", "properties": { "title": { - "description": "Title of the Hub. It cannot be empty and should be less than 50 characters.", + "description": "Title of the Box Hub. It cannot be empty and should be less than 50 characters.", "type": "string", "example": "Hub Title", "maxLength": 50 }, "description": { - "description": "Description of the Hub.", + "description": "Description of the Box Hub.", "type": "string", - "example": "This is a description of the Hub." + "example": "This is a description of the Box Hub." }, "is_ai_enabled": { - "description": "Indicates if AI features are enabled for the Hub.", + "description": "Indicates if AI features are enabled for the Box Hub.", "type": "boolean", "example": true }, @@ -4215,17 +4215,17 @@ "example": true }, "can_non_owners_invite": { - "description": "Indicates if non-owners can invite others to the Hub.", + "description": "Indicates if non-owners can invite others to the Box Hub.", "type": "boolean", "example": true }, "can_shared_link_be_created": { - "description": "Indicates if a shared link can be created for the Hub.", + "description": "Indicates if a shared link can be created for the Box Hub.", "type": "boolean", "example": true } }, - "title": "Hub Update Request" + "title": "Box Hub Update Request" }, "Hubs": { "description": "A paginated list of hubs.", @@ -4261,7 +4261,7 @@ } } ], - "title": "Hubs", + "title": "Box Hubs", "x-box-resource-id": "hubs_v2025.0", "x-box-tag": "hubs" }, @@ -4856,18 +4856,18 @@ "x-box-tag": "external_users" }, { - "name": "Hubs", - "description": "A set of endpoints used to manage Hubs.", + "name": "Box Hubs", + "description": "A set of endpoints used to manage Box Hubs.", "x-box-tag": "hubs" }, { - "name": "Hub Collaborations", - "description": "A set of endpoints used to manage collaborations within a Hub.", + "name": "Box Hub Collaborations", + "description": "A set of endpoints used to manage collaborations within a Box Hub.", "x-box-tag": "hub_collaborations" }, { - "name": "Hub Items", - "description": "A set of endpoints used to manage items within a Hub.", + "name": "Box Hub Items", + "description": "A set of endpoints used to manage items within a Box Hub.", "x-box-tag": "hub_items" }, { diff --git a/openapi/openapi.json b/openapi/openapi.json index 2f4d9301..b35ee7ee 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "a96560f449" + "x-box-commit-hash": "4201361d45" }, "servers": [ {