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

docs: add api part to upload urls #455

Merged
merged 1 commit into from
Sep 10, 2024
Merged
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
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "561d288d17"
"x-box-commit-hash": "ad5af3692f"
},
"servers": [
{
Expand Down Expand Up @@ -1154,7 +1154,7 @@
"description": "Update a file's content. For file sizes over 50MB we recommend\nusing the Chunk Upload APIs.\n\nThe `attributes` part of the body must come **before** the\n`file` part. Requests that do not follow this format when\nuploading the file will receive a HTTP `400` error with a\n`metadata_after_file_contents` error code.",
"servers": [
{
"url": "https://upload.box.com/2.0",
"url": "https://upload.box.com/api/2.0",
"description": "Server for file uploads"
}
],
Expand Down Expand Up @@ -1374,7 +1374,7 @@
"description": "Uploads a small file to Box. For file sizes over 50MB we recommend\nusing the Chunk Upload APIs.\n\nThe `attributes` part of the body must come **before** the\n`file` part. Requests that do not follow this format when\nuploading the file will receive a HTTP `400` error with a\n`metadata_after_file_contents` error code.",
"servers": [
{
"url": "https://upload.box.com/2.0",
"url": "https://upload.box.com/api/2.0",
"description": "Server for file uploads"
}
],
Expand Down Expand Up @@ -1534,7 +1534,7 @@
"description": "Creates an upload session for a new file.",
"servers": [
{
"url": "https://upload.box.com/2.0",
"url": "https://upload.box.com/api/2.0",
"description": "Server for file uploads"
}
],
Expand Down Expand Up @@ -1645,7 +1645,7 @@
"description": "Creates an upload session for an existing file.",
"servers": [
{
"url": "https://upload.box.com/2.0",
"url": "https://upload.box.com/api/2.0",
"description": "Server for file uploads"
}
],
Expand Down
Loading