-
Notifications
You must be signed in to change notification settings - Fork 93
Correct hardcoded links #885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
c213da3
d9c2b3f
1289b79
402c466
32e399c
01fba2d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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/api-calls/permissions-and-errors/common-errors", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. returns 404 |
||
| "message": "Method Not Allowed", | ||
| "request_id": "abcdef123456" | ||
| } | ||
|
|
@@ -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 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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://post-archives | ||
|
superojla marked this conversation as resolved.
Outdated
|
||
| [List archives]: e://get-archives | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. missing /v2025.0/ |
||
| [Update archive]: e://put-archives-id | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. missing /v2025.0/ |
||
| [Delete archive]: e://delete-archives-id/ | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. missing /v2025.0/ |
||
| [Update file]: e://put-files-id | ||
| [Update folder]: e://put-folders-id | ||
| [Upload file]: e://post-files-content | ||
|
|
@@ -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 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
returns 404