Fix URLs in the archives guide - #778
Merged
superojla merged 12 commits intoJul 28, 2025
Merged
Conversation
psatala-box
marked this pull request as ready for review
July 25, 2025 11:48
psatala-box
commented
Jul 25, 2025
Comment on lines
+50
to
+52
| [Create archive]: https://developer.box.com/reference/v2025.0/post-archives/ | ||
| [List archives]: https://developer.box.com/reference/v2025.0/get-archives/ | ||
| [Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/ |
Collaborator
Author
There was a problem hiding this comment.
I had to update all URLs for the new archive endpoints since they are in the 2025.0 version. I'm not sure if the short notations supports that. Can this be achieved this way?
Suggested change
| [Create archive]: https://developer.box.com/reference/v2025.0/post-archives/ | |
| [List archives]: https://developer.box.com/reference/v2025.0/get-archives/ | |
| [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 | |
| [Delete archive]: e://v2025.0/delete-archives-id |
|
|
||
| To restore a file/folder to user's root folder, use `0` as the `parent.id` value. Additionally, pass the ID of the user in the | ||
| `parent.user_id` [parameter][Update parent user id of file] in the request body. | ||
| `parent.user_id` [parameter][Update parent user id of folder] in the request body. |
Collaborator
Author
There was a problem hiding this comment.
Small update for consistency - the parent.id parameter links to folder, not file, so changing accordingly
psatala-box
added a commit
to psatala-box/developer.box.com
that referenced
this pull request
Jul 28, 2025
* Create guides for Box Archive APIs * Fix linter issue * Address review comments * Update list of supported APIs * Add information about contacting customer support * Add information about not allowing edits * Address review comments * Update wording * Apply review comments * Apply review comments * Fix URLs in the archives guide
4 tasks
superojla
pushed a commit
that referenced
this pull request
Jul 28, 2025
* Create guides for Box Archive APIs (#754) * Create guides for Box Archive APIs * Fix linter issue * Address review comments * Update list of supported APIs * Add information about contacting customer support * Add information about not allowing edits * Address review comments * Update wording * Apply review comments * Apply review comments * Fix URLs in the archives guide (#778) * Create guides for Box Archive APIs * Fix linter issue * Address review comments * Update list of supported APIs * Add information about contacting customer support * Add information about not allowing edits * Address review comments * Update wording * Apply review comments * Apply review comments * Fix URLs in the archives guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes for URLs in the archives guide. The guide was implemented in #754.
DDOC ticket: DDOC-1320
Jira ticket: APIWG-506
Checklist
yarn lintto make sure my changes pass all lintersContribution guidelines
For contribution guidelines, styleguide, and other helpful information please
see the
CONTRIBUTING.mdfile in the root of this project.