@@ -0,0 +1,5 @@
+pr: 108761
+summary: Add some missing timeout params to REST API specs
+area: Infra/REST API
+type: bug
+issues: []
@@ -18,6 +18,16 @@
]
}
+ },
+ "params":{
+ "master_timeout": {
+ "type": "time",
+ "description": "Timeout for processing on master node"
+ "timeout": {
+ "description": "Timeout for acknowledgement of update from all nodes in cluster"
+ }
@@ -25,6 +25,14 @@
"acknowledge":{
"type":"boolean",
"description":"whether the user has acknowledged acknowledge messages (default: false)"
},
"body":{
@@ -23,6 +23,14 @@
@@ -27,6 +27,14 @@
@@ -19,6 +19,15 @@
- "params":{}
+ "master_timeout":{
+ "type":"time",
+ "description":"Timeout for processing on master node"
+ "timeout":{
+ "description":"Timeout for acknowledgement of update from all nodes in cluster"
+ "params": {
@@ -29,6 +29,14 @@