You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lambdas/service/openapi.json
+40-2Lines changed: 40 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9631,6 +9631,21 @@
9631
9631
},
9632
9632
"description": "The name of the catalog to query."
9633
9633
},
9634
+
{
9635
+
"name": "wait",
9636
+
"in": "query",
9637
+
"required": false,
9638
+
"schema": {
9639
+
"type": "integer",
9640
+
"format": "int64",
9641
+
"enum": [
9642
+
0,
9643
+
1
9644
+
],
9645
+
"default": 1
9646
+
},
9647
+
"description": "\nIf 0, the client is responsible for honoring the waiting period\nspecified in the `Retry-After` response header. If 1, the server\nwill delay the response in order to consume as much of that waiting\nperiod as possible. This parameter should only be set to 1 by\nclients who can't honor the `Retry-After` header, preventing them\nfrom quickly exhausting the maximum number of redirects. If the\nserver cannot wait the full amount, any amount of wait time left\nwill still be returned in the `Retry-After` header of the response.\n"
9648
+
},
9634
9649
{
9635
9650
"name": "filters",
9636
9651
"in": "query",
@@ -10988,6 +11003,21 @@
10988
11003
"type": "string"
10989
11004
},
10990
11005
"description": "\nAn opaque string representing the manifest preparation job\n"
11006
+
},
11007
+
{
11008
+
"name": "wait",
11009
+
"in": "query",
11010
+
"required": false,
11011
+
"schema": {
11012
+
"type": "integer",
11013
+
"format": "int64",
11014
+
"enum": [
11015
+
0,
11016
+
1
11017
+
],
11018
+
"default": 0
11019
+
},
11020
+
"description": "\nIf 0, the client is responsible for honoring the waiting period\nspecified in the `Retry-After` response header. If 1, the server\nwill delay the response in order to consume as much of that waiting\nperiod as possible. This parameter should only be set to 1 by\nclients who can't honor the `Retry-After` header, preventing them\nfrom quickly exhausting the maximum number of redirects. If the\nserver cannot wait the full amount, any amount of wait time left\nwill still be returned in the `Retry-After` header of the response.\n"
10991
11021
}
10992
11022
],
10993
11023
"get": {
@@ -12541,9 +12571,13 @@
12541
12571
"schema": {
12542
12572
"type": "integer",
12543
12573
"format": "int64",
12574
+
"enum": [
12575
+
0,
12576
+
1
12577
+
],
12544
12578
"default": 0
12545
12579
},
12546
-
"description": "\nIf 0, the client is responsible for honoring the waiting period\nspecified in the Retry-After response header. If 1, the server\nwill delay the response in order to consume as much of that\nwaiting period as possible. This parameter should only be set to\n1 by clients who can't honor the `Retry-After` header,\npreventing them from quickly exhausting the maximum number of\nredirects. If the server cannot wait the full amount, any amount\nof wait time left will still be returned in the Retry-After\nheader of the response.\n"
12580
+
"description": "\nIf 0, the client is responsible for honoring the waiting period\nspecified in the `Retry-After` response header. If 1, the server\nwill delay the response in order to consume as much of that waiting\nperiod as possible. This parameter should only be set to 1 by\nclients who can't honor the `Retry-After` header, preventing them\nfrom quickly exhausting the maximum number of redirects. If the\nserver cannot wait the full amount, any amount of wait time left\nwill still be returned in the `Retry-After` header of the response.\n"
12547
12581
},
12548
12582
{
12549
12583
"name": "replica",
@@ -12677,9 +12711,13 @@
12677
12711
"schema": {
12678
12712
"type": "integer",
12679
12713
"format": "int64",
12714
+
"enum": [
12715
+
0,
12716
+
1
12717
+
],
12680
12718
"default": 0
12681
12719
},
12682
-
"description": "\nIf 0, the client is responsible for honoring the waiting period\nspecified in the Retry-After response header. If 1, the server\nwill delay the response in order to consume as much of that\nwaiting period as possible. This parameter should only be set to\n1 by clients who can't honor the `Retry-After` header,\npreventing them from quickly exhausting the maximum number of\nredirects. If the server cannot wait the full amount, any amount\nof wait time left will still be returned in the Retry-After\nheader of the response.\n"
12720
+
"description": "\nIf 0, the client is responsible for honoring the waiting period\nspecified in the `Retry-After` response header. If 1, the server\nwill delay the response in order to consume as much of that waiting\nperiod as possible. This parameter should only be set to 1 by\nclients who can't honor the `Retry-After` header, preventing them\nfrom quickly exhausting the maximum number of redirects. If the\nserver cannot wait the full amount, any amount of wait time left\nwill still be returned in the `Retry-After` header of the response.\n"
0 commit comments