Made REST spec param types consistent
duration -> time Original commit: elastic/x-pack-elasticsearch@ca34bd2bdc
This commit is contained in:
parent
fae2f1a90f
commit
93fa60b601
|
@ -8,7 +8,7 @@
|
|||
"parts": {},
|
||||
"params": {
|
||||
"master_timeout": {
|
||||
"type": "duration",
|
||||
"type": "time",
|
||||
"description": "Specify timeout for watch write operation"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"params": {
|
||||
"master_timeout": {
|
||||
"type": "duration",
|
||||
"type": "time",
|
||||
"description": "Explicit operation timeout for connection to master node"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"params": {
|
||||
"master_timeout": {
|
||||
"type": "duration",
|
||||
"type": "time",
|
||||
"description": "Explicit operation timeout for connection to master node"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"params": {
|
||||
"master_timeout": {
|
||||
"type": "duration",
|
||||
"type": "time",
|
||||
"description": "Explicit operation timeout for connection to master node"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"params": {
|
||||
"master_timeout": {
|
||||
"type": "duration",
|
||||
"type": "time",
|
||||
"description": "Explicit operation timeout for connection to master node"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"params": {
|
||||
"master_timeout": {
|
||||
"type": "duration",
|
||||
"type": "time",
|
||||
"description": "Explicit operation timeout for connection to master node"
|
||||
},
|
||||
"active": {
|
||||
|
|
Loading…
Reference in New Issue