Skip to content

Commit

Permalink
docs: add api part to upload urls (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Sep 10, 2024
1 parent d8cfcdb commit bba1ebe
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit bba1ebe

Please sign in to comment.