@@ -88,10 +88,10 @@ def get_hubs_v2025_r0(
8888 extra_headers : Optional [Dict [str , Optional [str ]]] = None
8989 ) -> HubsV2025R0 :
9090 """
91- Retrieves all hubs for requesting user.
92- :param query: The query string to search for hubs ., defaults to None
91+ Retrieves all Box Hubs for requesting user.
92+ :param query: The query string to search for Box Hubs ., defaults to None
9393 :type query: Optional[str], optional
94- :param scope: The scope of the hubs to retrieve. Possible values include `editable`,
94+ :param scope: The scope of the Box Hubs to retrieve. Possible values include `editable`,
9595 `view_only`, and `all`. Default is `all`., defaults to None
9696 :type scope: Optional[str], optional
9797 :param sort: The field to sort results by.
@@ -149,10 +149,10 @@ def create_hub_v2025_r0(
149149 extra_headers : Optional [Dict [str , Optional [str ]]] = None
150150 ) -> HubV2025R0 :
151151 """
152- Creates a new Hub.
153- :param title: Title of the Hub. It cannot be empty and should be less than 50 characters.
152+ Creates a new Box Hub.
153+ :param title: Title of the Box Hub. It cannot be empty and should be less than 50 characters.
154154 :type title: str
155- :param description: Description of the Hub., defaults to None
155+ :param description: Description of the Box Hub., defaults to None
156156 :type description: Optional[str], optional
157157 :param box_version: Version header., defaults to BoxVersionHeaderV2025R0._2025_0
158158 :type box_version: BoxVersionHeaderV2025R0, optional
@@ -191,14 +191,14 @@ def get_enterprise_hubs_v2025_r0(
191191 extra_headers : Optional [Dict [str , Optional [str ]]] = None
192192 ) -> HubsV2025R0 :
193193 """
194- Retrieves all hubs for a given enterprise.
194+ Retrieves all Box Hubs for a given enterprise.
195195
196196 Admins or Hub Co-admins of an enterprise
197197
198198
199199 with GCM scope can make this call.
200200
201- :param query: The query string to search for hubs ., defaults to None
201+ :param query: The query string to search for Box Hubs ., defaults to None
202202 :type query: Optional[str], optional
203203 :param sort: The field to sort results by.
204204 Possible values include `name`, `updated_at`,
@@ -255,7 +255,7 @@ def get_hub_by_id_v2025_r0(
255255 extra_headers : Optional [Dict [str , Optional [str ]]] = None
256256 ) -> HubV2025R0 :
257257 """
258- Retrieves details for a hub by its ID.
258+ Retrieves details for a Box Hub by its ID.
259259 :param hub_id: The unique identifier that represent a hub.
260260
261261 The ID for any hub can be determined
@@ -307,7 +307,7 @@ def update_hub_by_id_v2025_r0(
307307 extra_headers : Optional [Dict [str , Optional [str ]]] = None
308308 ) -> HubV2025R0 :
309309 """
310- Updates a Hub. Can be used to change title, description, or Hub settings.
310+ Updates a Box Hub. Can be used to change title, description, or Box Hub settings.
311311 :param hub_id: The unique identifier that represent a hub.
312312
313313 The ID for any hub can be determined
@@ -317,17 +317,17 @@ def update_hub_by_id_v2025_r0(
317317 the `hub_id` is `123`.
318318 Example: "12345"
319319 :type hub_id: str
320- :param title: Title of the Hub. It cannot be empty and should be less than 50 characters., defaults to None
320+ :param title: Title of the Box Hub. It cannot be empty and should be less than 50 characters., defaults to None
321321 :type title: Optional[str], optional
322- :param description: Description of the Hub., defaults to None
322+ :param description: Description of the Box Hub., defaults to None
323323 :type description: Optional[str], optional
324- :param is_ai_enabled: Indicates if AI features are enabled for the Hub., defaults to None
324+ :param is_ai_enabled: Indicates if AI features are enabled for the Box Hub., defaults to None
325325 :type is_ai_enabled: Optional[bool], optional
326326 :param is_collaboration_restricted_to_enterprise: Indicates if collaboration is restricted to the enterprise., defaults to None
327327 :type is_collaboration_restricted_to_enterprise: Optional[bool], optional
328- :param can_non_owners_invite: Indicates if non-owners can invite others to the Hub., defaults to None
328+ :param can_non_owners_invite: Indicates if non-owners can invite others to the Box Hub., defaults to None
329329 :type can_non_owners_invite: Optional[bool], optional
330- :param can_shared_link_be_created: Indicates if a shared link can be created for the Hub., defaults to None
330+ :param can_shared_link_be_created: Indicates if a shared link can be created for the Box Hub., defaults to None
331331 :type can_shared_link_be_created: Optional[bool], optional
332332 :param box_version: Version header., defaults to BoxVersionHeaderV2025R0._2025_0
333333 :type box_version: BoxVersionHeaderV2025R0, optional
@@ -377,7 +377,7 @@ def delete_hub_by_id_v2025_r0(
377377 extra_headers : Optional [Dict [str , Optional [str ]]] = None
378378 ) -> None :
379379 """
380- Deletes a single hub .
380+ Deletes a single Box Hub .
381381 :param hub_id: The unique identifier that represent a hub.
382382
383383 The ID for any hub can be determined
@@ -425,9 +425,9 @@ def copy_hub_v2025_r0(
425425 extra_headers : Optional [Dict [str , Optional [str ]]] = None
426426 ) -> HubV2025R0 :
427427 """
428- Creates a copy of a Hub.
428+ Creates a copy of a Box Hub.
429429
430- The original Hub will not be modified.
430+ The original Box Hub will not be modified.
431431
432432 :param hub_id: The unique identifier that represent a hub.
433433
@@ -438,9 +438,9 @@ def copy_hub_v2025_r0(
438438 the `hub_id` is `123`.
439439 Example: "12345"
440440 :type hub_id: str
441- :param title: Title of the Hub. It cannot be empty and should be less than 50 characters., defaults to None
441+ :param title: Title of the Box Hub. It cannot be empty and should be less than 50 characters., defaults to None
442442 :type title: Optional[str], optional
443- :param description: Description of the Hub., defaults to None
443+ :param description: Description of the Box Hub., defaults to None
444444 :type description: Optional[str], optional
445445 :param box_version: Version header., defaults to BoxVersionHeaderV2025R0._2025_0
446446 :type box_version: BoxVersionHeaderV2025R0, optional
0 commit comments