Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ assignees: cbetta
<!-- Replace this text with a description of what question you have -->
<!-- Please include as much detail as possible -->

[api-docs]: https://developer.box.com/
[api-docs]: page
[dev-forums]: https://community.box.com/
[github-repo]: https://github.com/box/developer.box.com/search?type=Issues
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ retry-after: 100
"type": "error",
"status": 429,
"code": "rate_limit_exceeded",
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors",
"message": "Request rate limit exceeded, please try again later",
"request_id": "abcdef123456"
}
Expand All @@ -95,5 +95,5 @@ Please see the [Client Error resource](resource://client_error) for more details
exponential back-off strategy for retrying API calls.
</Message>

[search]: e://get_search
[search]: e://get-search
[pricing]: https://www.box.com/pricing
6 changes: 3 additions & 3 deletions content/guides/api-calls/types-and-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ object with a `request_id` field.
"type": "error",
"status": 400,
"code": "item_name_invalid",
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors",
"message": "Method Not Allowed",
"request_id": "abcdef123456"
}
Expand All @@ -187,7 +187,7 @@ number.
In these cases these numbers are returned in [IEEE754][numbers] format for
example `1.2318237429383e+31`.

[post-oauth2-token]: endpoint://post-oauth2-token
[post-files-content]: endpoint://post-files-content
[post-oauth2-token]: e://post-oauth2-token
[post-files-content]: e://post-files-content
[numbers]: https://en.wikipedia.org/wiki/IEEE_754
[rfc3339]: https://www.ietf.org/rfc/rfc3339.txt
6 changes: 3 additions & 3 deletions content/guides/archives/add-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The `id` parameter is the ID of the file/folder you want to add to the archive.
To specify the destination, use the `parent.id` [parameter][Update parent id of folder] in the request body.
This can be either an ID of an archive or the ID of a folder that is inside an archive.

[Create Archive]: https://developer.box.com/reference/v2025.0/post-archives/
[Create Archive]: e://v2025.0/post-archives
[Update file]: e://put-files-id
[Update parent id of file]: https://developer.box.com/reference/put-files-id/#param-parent-id
[Update parent id of file]: e://put-files-id/#param-parent-id
[Update folder]: e://put-folders-id
[Update parent id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-id
[Update parent id of folder]: e://put-folders-id/#param-parent-id
8 changes: 4 additions & 4 deletions content/guides/archives/restore-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ To restore a file/folder to user's root folder, use `0` as the `parent.id` value
`parent.user_id` [parameter][Update parent user id of folder] in the request body.

[Update file]: e://put-files-id
[Update parent id of file]: https://developer.box.com/reference/put-files-id/#param-parent-id
[Update parent user id of file]: https://developer.box.com/reference/put-files-id/#param-parent-user_id
[Update parent id of file]: e://put-files-id/#param-parent-id
[Update parent user id of file]: e://put-files-id/#param-parent-user_id
[Update folder]: e://put-folders-id
[Update parent id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-id
[Update parent user id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-user_id
[Update parent id of folder]: e://put-folders-id/#param-parent-id
[Update parent user id of folder]: e://put-folders-id/#param-parent-user_id
10 changes: 5 additions & 5 deletions content/guides/archives/supported-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ When contacting customer support, specify the user ID you plan to use those APIs
| [`PUT securityClassification`][Update classification label on file] | Update a classification label for a file within an archive. |
| [`DELETE securityClassification`][Delete classification label on file] | Delete a classification label from a file within an archive. |

[Create archive]: https://developer.box.com/reference/v2025.0/post-archives/
[List archives]: https://developer.box.com/reference/v2025.0/get-archives/
[Update archive]: https://developer.box.com/reference/v2025.0/put-archives-id/
[Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/
[Create archive]: e://v2025.0/post-archives
[List archives]: e://v2025.0/get-archives
[Update archive]: e://v2025.0/put-archives-id
[Delete archive]: e://v2025.0/delete-archives-id
[Update file]: e://put-files-id
[Update folder]: e://put-folders-id
[Upload file]: e://post-files-content
Expand All @@ -72,4 +72,4 @@ When contacting customer support, specify the user ID you plan to use those APIs
[View classification label on file]: e://get-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
[Update classification label on file]: e://put-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
[Delete classification label on file]: e://delete-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
[GCM scope]: https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/#global-content-manager-gcm
[GCM scope]: g://api-calls/permissions-and-errors/scopes/#global-content-manager-gcm
18 changes: 9 additions & 9 deletions content/guides/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ If you have any questions, checkout our [forum][forum-link].

[learn]: page://platform
<!-- i18n-enable localize-links -->
[box-platform-101]: page://platform/box-platform-101
[use-case]: page://platform/use-cases
[user-types]: page://platform/user-types
[application-types]: page://platform/application-types
[authentication]: page://platform/authentication-methods
[support]: page://platform/support
[tooling]: page://platform/tools
[box-platform-101]: pages/platform/box-platform-101
[use-case]: pages/platform/use-cases
[user-types]: pages/platform/user-types
[application-types]: pages/platform/application-types
[authentication]: pages/platform/authentication-methods
[support]: pages/platform/support
[tooling]: pages/platform/tools
[box-app]: g://getting-started/first-application
[endpoints]: page://reference
[cv]: page://platform/appendix/locating-values
[endpoints]: page/api-reference
[cv]: pages/platform/appendix/locating-values
[publish-app]: g://getting-started/publish-app
<!-- i18n-disable localize-links -->
[forum-link]: https://forum.box.com
2 changes: 1 addition & 1 deletion content/guides/getting-started/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ As a primary admin, you can log into multiple sandboxes. If you want to use this

[1]: https://support.box.com/hc/en-us/articles/360043697274-Managing-developer-sandboxes-for-Box-admins
[2]: https://cloud.app.box.com/developers/console
[3]: https://developer.box.com
[3]: page
[4]: https://support.box.com/hc/en-us/articles/360043697274-Managing-developer-sandboxes-for-Box-admins#:~:text=in%20a%20sandbox.-,Synchronizing,-sandbox%20with%20production
4 changes: 2 additions & 2 deletions content/guides/users/deprovision/transfer-folders.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ file or folder ID being transferred, using the
[get collaboration endpoint](e://get_collaborations_id). Capture the
collaboration ID.

<Sample id='get_collaborations_id' />
<Samples id='get_collaborations_id' />

### Remove Transfer From User as Owner

Expand All @@ -95,7 +95,7 @@ file or folder, which is accomplished using the
Making call as the `transfer_to_user` account, remove the `transfer_from_user`
as a collaborator on the file or folder.

<Sample id='delete_collaborations_id' />
<Samples id='delete_collaborations_id' />

The file or folder is now owned by the `transfer_to_user` account, and the
`transfer_from_user` account no longer has access.
4 changes: 2 additions & 2 deletions content/pages/platform/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ the YouTube video below.
</Next>

[samples]: g://cli/scripts
[sdk]: page://sdks-and-tools
[sdk]: p://sdks-and-tools
[file]: e://get-files-id
[tooling]: g://tooling
<!-- i18n-enable localize-links -->
[sample_code]: https://developer.box.com/sample-code/
[sample_code]: pages/sample-code
[postman]: https://www.postman.com/boxdev
<!-- i18n-disable localize-links -->
Loading