Skip to content

Commit 4b90d47

Browse files
fix: Brand Hubs as Box Hubs (box/box-openapi#553) (#1410)
1 parent 5326c06 commit 4b90d47

File tree

4 files changed

+53
-53
lines changed

4 files changed

+53
-53
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "fa469c0", "specHash": "ec8720b", "version": "0.1.0" }
1+
{ "engineHash": "fa469c0", "specHash": "60778fb", "version": "0.1.0" }

docs/hubcollaborations.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

1414
This operation is performed by calling function `getHubCollaborationsV2025R0`.
1515

@@ -33,12 +33,12 @@ client.getHubCollaborations().getHubCollaborationsV2025R0(new GetHubCollaboratio
3333

3434
This 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

4343
Collaborations can be created using email address, user IDs, or group IDs.
4444

@@ -64,12 +64,12 @@ client.getHubCollaborations().createHubCollaborationV2025R0(new HubCollaboration
6464

6565
This 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

7474
This operation is performed by calling function `getHubCollaborationByIdV2025R0`.
7575

@@ -93,13 +93,13 @@ client.getHubCollaborations().getHubCollaborationByIdV2025R0(createdCollaboratio
9393

9494
This 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

104104
This operation is performed by calling function `updateHubCollaborationByIdV2025R0`.
105105

@@ -125,12 +125,12 @@ client.getHubCollaborations().updateHubCollaborationByIdV2025R0(createdCollabora
125125

126126
This 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

135135
This operation is performed by calling function `deleteHubCollaborationByIdV2025R0`.
136136

@@ -154,7 +154,7 @@ client.getHubCollaborations().deleteHubCollaborationByIdV2025R0(createdCollabora
154154

155155
This 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
158158
successfully deleted.
159159

160160

docs/hubitems.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# HubItemsManager
22

33

4-
- [Get hub items](#get-hub-items)
5-
- [Manage hub items](#manage-hub-items)
4+
- [Get Box Hub items](#get-box-hub-items)
5+
- [Manage Box Hub items](#manage-box-hub-items)
66

7-
## Get hub items
7+
## Get Box Hub items
88

9-
Retrieves all items associated with a Hub.
9+
Retrieves all items associated with a Box Hub.
1010

1111
This operation is performed by calling function `getHubItemsV2025R0`.
1212

@@ -30,12 +30,12 @@ client.getHubItems().getHubItemsV2025R0(new GetHubItemsV2025R0QueryParams(create
3030

3131
This function returns a value of type `HubItemsV2025R0`.
3232

33-
Retrieves the items associated with the specified Hub.
33+
Retrieves the items associated with the specified Box Hub.
3434

3535

36-
## Manage hub items
36+
## Manage Box Hub items
3737

38-
Adds and/or removes Hub items from a Hub.
38+
Adds and/or removes Box Hub items from a Box Hub.
3939

4040
This operation is performed by calling function `manageHubItemsV2025R0`.
4141

docs/hubs.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# HubsManager
22

33

4-
- [List all hubs](#list-all-hubs)
5-
- [Create hub](#create-hub)
6-
- [List all hubs for requesting enterprise](#list-all-hubs-for-requesting-enterprise)
7-
- [Get hub information by ID](#get-hub-information-by-id)
8-
- [Update hub information by ID](#update-hub-information-by-id)
9-
- [Delete hub](#delete-hub)
10-
- [Copy hub](#copy-hub)
4+
- [List all Box Hubs](#list-all-box-hubs)
5+
- [Create Box Hub](#create-box-hub)
6+
- [List all Box Hubs for requesting enterprise](#list-all-box-hubs-for-requesting-enterprise)
7+
- [Get Box Hub information by ID](#get-box-hub-information-by-id)
8+
- [Update Box Hub information by ID](#update-box-hub-information-by-id)
9+
- [Delete Box Hub](#delete-box-hub)
10+
- [Copy Box Hub](#copy-box-hub)
1111

12-
## List all hubs
12+
## List all Box Hubs
1313

14-
Retrieves all hubs for requesting user.
14+
Retrieves all Box Hubs for requesting user.
1515

1616
This operation is performed by calling function `getHubsV2025R0`.
1717

@@ -35,12 +35,12 @@ client.getHubs().getHubsV2025R0(new GetHubsV2025R0QueryParams.Builder().scope("a
3535

3636
This function returns a value of type `HubsV2025R0`.
3737

38-
Returns all hubs for the given user or enterprise.
38+
Returns all Box Hubs for the given user or enterprise.
3939

4040

41-
## Create hub
41+
## Create Box Hub
4242

43-
Creates a new Hub.
43+
Creates a new Box Hub.
4444

4545
This operation is performed by calling function `createHubV2025R0`.
4646

@@ -67,9 +67,9 @@ This function returns a value of type `HubV2025R0`.
6767
Returns a new Hub object.
6868

6969

70-
## List all hubs for requesting enterprise
70+
## List all Box Hubs for requesting enterprise
7171

72-
Retrieves all hubs for a given enterprise.
72+
Retrieves all Box Hubs for a given enterprise.
7373

7474
Admins or Hub Co-admins of an enterprise
7575
with GCM scope can make this call.
@@ -96,12 +96,12 @@ client.getHubs().getEnterpriseHubsV2025R0(new GetEnterpriseHubsV2025R0QueryParam
9696

9797
This function returns a value of type `HubsV2025R0`.
9898

99-
Returns all hubs for the given user or enterprise.
99+
Returns all Box Hubs for the given user or enterprise.
100100

101101

102-
## Get hub information by ID
102+
## Get Box Hub information by ID
103103

104-
Retrieves details for a hub by its ID.
104+
Retrieves details for a Box Hub by its ID.
105105

106106
This operation is performed by calling function `getHubByIdV2025R0`.
107107

@@ -128,9 +128,9 @@ This function returns a value of type `HubV2025R0`.
128128
Returns a hub object.
129129

130130

131-
## Update hub information by ID
131+
## Update Box Hub information by ID
132132

133-
Updates a Hub. Can be used to change title, description, or Hub settings.
133+
Updates a Box Hub. Can be used to change title, description, or Box Hub settings.
134134

135135
This operation is performed by calling function `updateHubByIdV2025R0`.
136136

@@ -159,9 +159,9 @@ This function returns a value of type `HubV2025R0`.
159159
Returns a Hub object.
160160

161161

162-
## Delete hub
162+
## Delete Box Hub
163163

164-
Deletes a single hub.
164+
Deletes a single Box Hub.
165165

166166
This operation is performed by calling function `deleteHubByIdV2025R0`.
167167

@@ -189,11 +189,11 @@ A blank response is returned if the hub was
189189
successfully deleted.
190190

191191

192-
## Copy hub
192+
## Copy Box Hub
193193

194-
Creates a copy of a Hub.
194+
Creates a copy of a Box Hub.
195195

196-
The original Hub will not be modified.
196+
The original Box Hub will not be modified.
197197

198198
This operation is performed by calling function `copyHubV2025R0`.
199199

0 commit comments

Comments
 (0)