-
Notifications
You must be signed in to change notification settings - Fork 92
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?
Conversation
| "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/api-calls/permissions-and-errors/common-errors", |
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
| "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", |
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
| 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://post-archives |
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.
have you tested this one? doesn't it need the /v2025.0/
| [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 |
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.
missing /v2025.0/
| [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 | ||
| [List archives]: e://get-archives |
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.
missing /v2025.0/
| [Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/ | ||
| [Create archive]: e://post-archives | ||
| [List archives]: e://get-archives | ||
| [Update archive]: e://put-archives-id |
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.
missing /v2025.0/
| [Create archive]: e://post-archives | ||
| [List archives]: e://get-archives | ||
| [Update archive]: e://put-archives-id | ||
| [Delete archive]: e://delete-archives-id/ |
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.
missing /v2025.0/
Description
Change the hardcoded links in repo to relative ones.
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.