Skip to content
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

Error at 'Upload file' #420

Open
alphalittle opened this issue May 8, 2024 · 0 comments
Open

Error at 'Upload file' #420

alphalittle opened this issue May 8, 2024 · 0 comments
Labels
documentation Error found at Box Developer Documentation site

Comments

@alphalittle
Copy link

Description of the issue

The upload file API reference is not using the same endpoint in the description and in the cURL example
api.box.com vs upload.box.com

Current content

curl -i -X POST "https://api.box.com/2.0/files/content" \

Expected content

curl -i -X POST "https://upload.box.com/2.0/files/content" \

Link to the documentation page

https://developer.box.com/reference/post-files-content/

@alphalittle alphalittle added the documentation Error found at Box Developer Documentation site label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Error found at Box Developer Documentation site
Projects
None yet
Development

No branches or pull requests

1 participant