mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 09:54:55 +00:00
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…
x
Reference in New Issue
Block a user