Skip to content

Commit 7a0d35a

Browse files
box-sdk-buildbox-sdk-build
andauthored
docs: Add missing tag to API resources (box/box-openapi#580) (#1301)
Co-authored-by: box-sdk-build <[email protected]>
1 parent 7a2c7e3 commit 7a0d35a

File tree

15 files changed

+27
-27
lines changed

15 files changed

+27
-27
lines changed

.codegen.json

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

box_sdk_gen/managers/authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def request_access_token(
218218
operations you will begin by requesting authentication from the
219219
220220
221-
[authorize](#get-authorize) endpoint and Box will send you an
221+
[authorize](https://developer.box.com/reference/get-authorize) endpoint and Box will send you an
222222
223223
224224
authorization code.

box_sdk_gen/managers/events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def get_events_with_long_polling(
420420
"""
421421
Returns a list of real-time servers that can be used for long-polling updates
422422
423-
to the [event stream](#get-events).
423+
to the [event stream](https://developer.box.com/reference/get-events).
424424
425425
426426
Long polling is the concept where a HTTP request is kept open until the
@@ -453,7 +453,7 @@ def get_events_with_long_polling(
453453
it only serves as a prompt to take further action such as sending a
454454
455455
456-
request to the [events endpoint](#get-events) with the last known
456+
request to the [events endpoint](https://developer.box.com/reference/get-events) with the last known
457457
458458
459459
`stream_position`.

box_sdk_gen/managers/folders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def get_folder_items(
689689
To request more information about the folder itself, like its size,
690690
691691
692-
use the [Get a folder](#get-folders-id) endpoint instead.
692+
use the [Get a folder](https://developer.box.com/reference/get-folders-id) endpoint instead.
693693
694694
:param folder_id: The unique identifier that represent a folder.
695695

box_sdk_gen/managers/users.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def create_user(
262262
:param role: The user’s enterprise role., defaults to None
263263
:type role: Optional[CreateUserRole], optional
264264
:param language: The language of the user, formatted in modified version of the
265-
[ISO 639-1](/guides/api-calls/language-codes) format., defaults to None
265+
[ISO 639-1](https://developer.box.com/guides/api-calls/language-codes) format., defaults to None
266266
:type language: Optional[str], optional
267267
:param is_sync_enabled: Whether the user can use Box Sync., defaults to None
268268
:type is_sync_enabled: Optional[bool], optional
@@ -535,7 +535,7 @@ def update_user_by_id(
535535
:param role: The user’s enterprise role., defaults to None
536536
:type role: Optional[UpdateUserByIdRole], optional
537537
:param language: The language of the user, formatted in modified version of the
538-
[ISO 639-1](/guides/api-calls/language-codes) format., defaults to None
538+
[ISO 639-1](https://developer.box.com/guides/api-calls/language-codes) format., defaults to None
539539
:type language: Optional[str], optional
540540
:param is_sync_enabled: Whether the user can use Box Sync., defaults to None
541541
:type is_sync_enabled: Optional[bool], optional

box_sdk_gen/schemas/realtime_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(
2525
:type ttl: Optional[str], optional
2626
:param max_retries: The maximum number of retries this server will
2727
allow before a new long poll should be started by
28-
getting a [new list of server](#options-events)., defaults to None
28+
getting a [new list of server](https://developer.box.com/reference/options-events)., defaults to None
2929
:type max_retries: Optional[str], optional
3030
:param retry_timeout: The maximum number of seconds without a response
3131
after which you should retry the long poll connection.

box_sdk_gen/schemas/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(
7272
:param modified_at: When the user object was last modified., defaults to None
7373
:type modified_at: Optional[DateTime], optional
7474
:param language: The language of the user, formatted in modified version of the
75-
[ISO 639-1](/guides/api-calls/language-codes) format., defaults to None
75+
[ISO 639-1](https://developer.box.com/guides/api-calls/language-codes) format., defaults to None
7676
:type language: Optional[str], optional
7777
:param timezone: The user's timezone., defaults to None
7878
:type timezone: Optional[str], optional

box_sdk_gen/schemas/user_full.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __init__(
133133
:param modified_at: When the user object was last modified., defaults to None
134134
:type modified_at: Optional[DateTime], optional
135135
:param language: The language of the user, formatted in modified version of the
136-
[ISO 639-1](/guides/api-calls/language-codes) format., defaults to None
136+
[ISO 639-1](https://developer.box.com/guides/api-calls/language-codes) format., defaults to None
137137
:type language: Optional[str], optional
138138
:param timezone: The user's timezone., defaults to None
139139
:type timezone: Optional[str], optional

docs/authorization.md

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

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

docs/comments.md

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

172172
Not all available fields are returned by default. Use the
173-
[fields](#param-fields) query parameter to explicitly request
173+
[fields](#parameter-fields) query parameter to explicitly request
174174
any specific fields.

0 commit comments

Comments
 (0)