Skip to content

Commit 8ab3806

Browse files
committed
Update en to output generated at e6462e6
1 parent 28b74e1 commit 8ab3806

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

openapi.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,18 @@
10081008
}
10091009
],
10101010
"responses": {
1011+
"200": {
1012+
"description": "Returns the requested file if the client has the **follow\nredirects** setting enabled to automatically\nfollow HTTP `3xx` responses as redirects. If not, the request\nwill return `302` instead.\nFor details, see\nthe [download file guide](g://downloads/file#download-url).",
1013+
"content": {
1014+
"application/octet-stream": {
1015+
"schema": {
1016+
"type": "string",
1017+
"format": "binary",
1018+
"description": "The binary content of the file"
1019+
}
1020+
}
1021+
}
1022+
},
10111023
"202": {
10121024
"description": "If the file is not ready to be downloaded yet `Retry-After` header will\nbe returned indicating the time in seconds after which the file will\nbe available for the client to download.\n\nThis response can occur when the file was uploaded immediately before the\ndownload request.",
10131025
"headers": {
@@ -1020,7 +1032,7 @@
10201032
}
10211033
},
10221034
"302": {
1023-
"description": "If the file is available to be downloaded the response will include a\n`Location` header for the file on `dl.boxcloud.com`.\n\nThe `dl.boxcloud.com` URL is not persistent and clients will need\nto follow the redirect in order to actually download the file.",
1035+
"description": "If the file is available for download the response will include a\n`Location` header for the file on `dl.boxcloud.com`.\n\nThe `dl.boxcloud.com` URL is not persistent and clients will need\nto follow the redirect to actually download the file.",
10241036
"headers": {
10251037
"Location": {
10261038
"description": "A pointer to the download URL",

0 commit comments

Comments
 (0)