Merge pull request #16386 from elastic/gmarz-patch-1

Remove detect_noop from REST spec
This commit is contained in:
Greg Marzouka 2016-02-02 15:41:10 -05:00
commit f1605b8ae2
1 changed files with 0 additions and 4 deletions

View File

@ -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 arent, turn the update request into a noop."
}
}
},