Skip to content

Commit 98913a8

Browse files
committed
fix: add missing tag to API resources (box/box-openapi#580)
1 parent 80c6a90 commit 98913a8

13 files changed

Lines changed: 23 additions & 23 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "3e11b6f", "specHash": "4beaa19", "version": "4.3.0" }
1+
{ "engineHash": "3e11b6f", "specHash": "ad08e8c", "version": "4.3.0" }

docs/sdk-gen/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ authorization code or a server-side JWT assertion.
4646
An Access Token is a string that enables Box to verify that a
4747
request belongs to an authorized session. In the normal order of
4848
operations you will begin by requesting authentication from the
49-
[authorize](#get-authorize) endpoint and Box will send you an
49+
[authorize](https://developer.box.com/reference/get-authorize) endpoint and Box will send you an
5050
authorization code.
5151

5252
You will then send this code to this endpoint to exchange it for

docs/sdk-gen/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ This function returns a value of type `CommentFull`.
155155
Returns the newly created comment object.
156156

157157
Not all available fields are returned by default. Use the
158-
[fields](#param-fields) query parameter to explicitly request
158+
[fields](#parameter-fields) query parameter to explicitly request
159159
any specific fields.
160160

161161

docs/sdk-gen/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Get events long poll endpoint
99

1010
Returns a list of real-time servers that can be used for long-polling updates
11-
to the [event stream](#get-events).
11+
to the [event stream](https://developer.box.com/reference/get-events).
1212

1313
Long polling is the concept where a HTTP request is kept open until the
1414
server sends a response, then repeating the process over and over to receive
@@ -23,7 +23,7 @@ URLs. Next, make a long poll request to any of the provided URLs.
2323
When an event occurs in monitored account a response with the value
2424
`new_change` will be sent. The response contains no other details as
2525
it only serves as a prompt to take further action such as sending a
26-
request to the [events endpoint](#get-events) with the last known
26+
request to the [events endpoint](https://developer.box.com/reference/get-events) with the last known
2727
`stream_position`.
2828

2929
After the server sends this response it closes the connection. You must now

docs/sdk-gen/fileVersions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This function returns a value of type `FileVersionFull`.
7272
Returns a specific version of a file.
7373

7474
Not all available fields are returned by default. Use the
75-
[fields](#param-fields) query parameter to explicitly request
75+
[fields](#parameter-fields) query parameter to explicitly request
7676
any specific fields.
7777

7878

docs/sdk-gen/files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This function returns a value of type `FileFull`.
3737
Returns a file object.
3838

3939
Not all available fields are returned by default. Use the
40-
[fields](#param-fields) query parameter to explicitly request
40+
[fields](#parameter-fields) query parameter to explicitly request
4141
any specific fields.
4242

4343

@@ -71,7 +71,7 @@ This function returns a value of type `FileFull`.
7171
Returns a file object.
7272

7373
Not all available fields are returned by default. Use the
74-
[fields](#param-fields) query parameter to explicitly request
74+
[fields](#parameter-fields) query parameter to explicitly request
7575
any specific fields.
7676

7777

@@ -140,7 +140,7 @@ This function returns a value of type `FileFull`.
140140
Returns a new file object representing the copied file.
141141

142142
Not all available fields are returned by default. Use the
143-
[fields](#param-fields) query parameter to explicitly request
143+
[fields](#parameter-fields) query parameter to explicitly request
144144
any specific fields.
145145

146146

docs/sdk-gen/folders.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To fetch more items within the folder, use the
5252
[Get items in a folder](https://developer.box.com/reference/get-folders-id-items)) endpoint.
5353

5454
Not all available fields are returned by default. Use the
55-
[fields](#param-fields) query parameter to explicitly request
55+
[fields](#parameter-fields) query parameter to explicitly request
5656
any specific fields.
5757

5858

@@ -86,7 +86,7 @@ This function returns a value of type `FolderFull`.
8686
Returns a folder object for the updated folder
8787

8888
Not all available fields are returned by default. Use the
89-
[fields](#param-fields) query parameter to explicitly request
89+
[fields](#parameter-fields) query parameter to explicitly request
9090
any specific fields.
9191

9292
If the user is moving folders with a large number of items in all of
@@ -132,7 +132,7 @@ Retrieves a page of items in a folder. These items can be files,
132132
folders, and web links.
133133

134134
To request more information about the folder itself, like its size,
135-
use the [Get a folder](#get-folders-id) endpoint instead.
135+
use the [Get a folder](https://developer.box.com/reference/get-folders-id) endpoint instead.
136136

137137
This operation is performed by calling function `getFolderItems`.
138138

@@ -188,7 +188,7 @@ This function returns a value of type `FolderFull`.
188188
Returns a folder object.
189189

190190
Not all available fields are returned by default. Use the
191-
[fields](#param-fields) query parameter to explicitly request
191+
[fields](#parameter-fields) query parameter to explicitly request
192192
any specific fields.
193193

194194

@@ -225,7 +225,7 @@ This function returns a value of type `FolderFull`.
225225
Returns a new folder object representing the copied folder.
226226

227227
Not all available fields are returned by default. Use the
228-
[fields](#param-fields) query parameter to explicitly request
228+
[fields](#parameter-fields) query parameter to explicitly request
229229
any specific fields.
230230

231231

docs/sdk-gen/users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ This function returns a value of type `UserFull`.
154154
Returns a single user object.
155155

156156
Not all available fields are returned by default. Use the
157-
[fields](#param-fields) query parameter to explicitly request
158-
any specific fields using the [fields](#get-users-id--request--fields)
157+
[fields](#parameter-fields) query parameter to explicitly request
158+
any specific fields using the [fields](#parameter-fields)
159159
parameter.
160160

161161

src/sdk-gen/managers/authorization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export class AuthorizationManager {
320320
* An Access Token is a string that enables Box to verify that a
321321
* request belongs to an authorized session. In the normal order of
322322
* operations you will begin by requesting authentication from the
323-
* [authorize](#get-authorize) endpoint and Box will send you an
323+
* [authorize](https://developer.box.com/reference/get-authorize) endpoint and Box will send you an
324324
* authorization code.
325325
*
326326
* You will then send this code to this endpoint to exchange it for

src/sdk-gen/managers/events.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ export class EventsManager {
471471
}
472472
/**
473473
* Returns a list of real-time servers that can be used for long-polling updates
474-
* to the [event stream](#get-events).
474+
* to the [event stream](https://developer.box.com/reference/get-events).
475475
*
476476
* Long polling is the concept where a HTTP request is kept open until the
477477
* server sends a response, then repeating the process over and over to receive
@@ -486,7 +486,7 @@ export class EventsManager {
486486
* When an event occurs in monitored account a response with the value
487487
* `new_change` will be sent. The response contains no other details as
488488
* it only serves as a prompt to take further action such as sending a
489-
* request to the [events endpoint](#get-events) with the last known
489+
* request to the [events endpoint](https://developer.box.com/reference/get-events) with the last known
490490
* `stream_position`.
491491
*
492492
* After the server sends this response it closes the connection. You must now

0 commit comments

Comments
 (0)