Remove detect_noop from REST spec
Unless this should be supported as a query string parameter instead, right now it only works when specified in the body.
This commit is contained in:
parent
fa6f34ada3
commit
e7fc98a33f
|
@ -82,10 +82,6 @@
|
|||
"type": "enum",
|
||||
"options": ["internal", "force"],
|
||||
"description": "Specific version type"
|
||||
},
|
||||
"detect_noop": {
|
||||
"type": "boolean",
|
||||
"description": "Specifying as true will cause Elasticsearch to check if there are changes and, if there aren’t, turn the update request into a noop."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue