Remove duplicate timeout parameter in Delete/Update-By-Query REST Specs (#20934)

This commit removes the duplicated "timeout" parameter introduced in #20915
This commit is contained in:
Tanguy Leroux 2016-10-14 13:21:39 +02:00 committed by GitHub
parent 595ec8c948
commit aabbbc2202
2 changed files with 0 additions and 8 deletions

View File

@ -122,10 +122,6 @@
"type" : "list",
"description" : "Specific 'tag' of the request for logging and statistical purposes"
},
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"
},
"version": {
"type" : "boolean",
"description" : "Specify whether to return document version as part of a hit"

View File

@ -126,10 +126,6 @@
"type" : "list",
"description" : "Specific 'tag' of the request for logging and statistical purposes"
},
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"
},
"version": {
"type" : "boolean",
"description" : "Specify whether to return document version as part of a hit"