11# HubCollaborationsManager
22
33
4- - [ Get hub collaborations] ( #get-hub-collaborations )
5- - [ Create hub collaboration] ( #create-hub-collaboration )
6- - [ Get hub collaboration by collaboration ID] ( #get-hub-collaboration-by-collaboration-id )
7- - [ Update hub collaboration] ( #update-hub-collaboration )
8- - [ Remove hub collaboration] ( #remove-hub-collaboration )
4+ - [ Get Box Hub collaborations] ( #get-box -hub-collaborations )
5+ - [ Create Box Hub collaboration] ( #create-box -hub-collaboration )
6+ - [ Get Box Hub collaboration by collaboration ID] ( #get-box -hub-collaboration-by-collaboration-id )
7+ - [ Update Box Hub collaboration] ( #update-box -hub-collaboration )
8+ - [ Remove Box Hub collaboration] ( #remove-box -hub-collaboration )
99
10- ## Get hub collaborations
10+ ## Get Box Hub collaborations
1111
12- Retrieves all collaborations for a hub .
12+ Retrieves all collaborations for a Box Hub .
1313
1414This operation is performed by calling function ` getHubCollaborationsV2025R0 ` .
1515
@@ -33,12 +33,12 @@ client.getHubCollaborations().getHubCollaborationsV2025R0(new GetHubCollaboratio
3333
3434This function returns a value of type ` HubCollaborationsV2025R0 ` .
3535
36- Retrieves the collaborations associated with the specified hub .
36+ Retrieves the collaborations associated with the specified Box Hub .
3737
3838
39- ## Create hub collaboration
39+ ## Create Box Hub collaboration
4040
41- Adds a collaboration for a single user or a single group to a hub .
41+ Adds a collaboration for a single user or a single group to a Box Hub .
4242
4343Collaborations can be created using email address, user IDs, or group IDs.
4444
@@ -64,12 +64,12 @@ client.getHubCollaborations().createHubCollaborationV2025R0(new HubCollaboration
6464
6565This function returns a value of type ` HubCollaborationV2025R0 ` .
6666
67- Returns a new hub collaboration object.
67+ Returns a new Box Hub collaboration object.
6868
6969
70- ## Get hub collaboration by collaboration ID
70+ ## Get Box Hub collaboration by collaboration ID
7171
72- Retrieves details for a hub collaboration by collaboration ID.
72+ Retrieves details for a Box Hub collaboration by collaboration ID.
7373
7474This operation is performed by calling function ` getHubCollaborationByIdV2025R0 ` .
7575
@@ -93,13 +93,13 @@ client.getHubCollaborations().getHubCollaborationByIdV2025R0(createdCollaboratio
9393
9494This function returns a value of type ` HubCollaborationV2025R0 ` .
9595
96- Returns a hub collaboration object.
96+ Returns a Box Hub collaboration object.
9797
9898
99- ## Update hub collaboration
99+ ## Update Box Hub collaboration
100100
101- Updates a hub collaboration.
102- Can be used to change the hub role.
101+ Updates a Box Hub collaboration.
102+ Can be used to change the Box Hub role.
103103
104104This operation is performed by calling function ` updateHubCollaborationByIdV2025R0 ` .
105105
@@ -125,12 +125,12 @@ client.getHubCollaborations().updateHubCollaborationByIdV2025R0(createdCollabora
125125
126126This function returns a value of type ` HubCollaborationV2025R0 ` .
127127
128- Returns an updated hub collaboration object.
128+ Returns an updated Box Hub collaboration object.
129129
130130
131- ## Remove hub collaboration
131+ ## Remove Box Hub collaboration
132132
133- Deletes a single hub collaboration.
133+ Deletes a single Box Hub collaboration.
134134
135135This operation is performed by calling function ` deleteHubCollaborationByIdV2025R0 ` .
136136
@@ -154,7 +154,7 @@ client.getHubCollaborations().deleteHubCollaborationByIdV2025R0(createdCollabora
154154
155155This function returns a value of type ` void ` .
156156
157- A blank response is returned if the hub collaboration was
157+ A blank response is returned if the Box Hub collaboration was
158158successfully deleted.
159159
160160
0 commit comments