Skip to content

Commit a0aefd8

Browse files
committed
docs: Fix timeout values for Folders API
1 parent 1538792 commit a0aefd8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "e25c8a1f50"
17+
"x-box-commit-hash": "3367c96586"
1818
},
1919
"servers": [
2020
{
@@ -5480,7 +5480,7 @@
54805480
}
54815481
},
54825482
"503": {
5483-
"description": "Returns an error when the operation takes longer\nthan 60 seconds. The operation will continue after\nthis response has been returned.",
5483+
"description": "Returns an error when the operation takes longer\nthan 600 seconds. The operation will continue after\nthis response has been returned.",
54845484
"content": {
54855485
"application/json": {
54865486
"schema": {
@@ -5597,7 +5597,7 @@
55975597
}
55985598
},
55995599
"503": {
5600-
"description": "Returns an error when the operation takes longer\nthan 60 seconds. The operation will continue after\nthis response has been returned.",
5600+
"description": "Returns an error when the operation takes longer\nthan 600 seconds. The operation will continue after\nthis response has been returned.",
56015601
"content": {
56025602
"application/json": {
56035603
"schema": {

openapi/openapi-v2025.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "e25c8a1f50"
17+
"x-box-commit-hash": "3367c96586"
1818
},
1919
"servers": [
2020
{

openapi/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "e25c8a1f50"
17+
"x-box-commit-hash": "3367c96586"
1818
},
1919
"servers": [
2020
{
@@ -5480,7 +5480,7 @@
54805480
}
54815481
},
54825482
"503": {
5483-
"description": "Returns an error when the operation takes longer\nthan 60 seconds. The operation will continue after\nthis response has been returned.",
5483+
"description": "Returns an error when the operation takes longer\nthan 600 seconds. The operation will continue after\nthis response has been returned.",
54845484
"content": {
54855485
"application/json": {
54865486
"schema": {
@@ -5597,7 +5597,7 @@
55975597
}
55985598
},
55995599
"503": {
5600-
"description": "Returns an error when the operation takes longer\nthan 60 seconds. The operation will continue after\nthis response has been returned.",
5600+
"description": "Returns an error when the operation takes longer\nthan 600 seconds. The operation will continue after\nthis response has been returned.",
56015601
"content": {
56025602
"application/json": {
56035603
"schema": {

0 commit comments

Comments
 (0)