Update update.json

Missing spec for [detect_noop](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update.html?q=update%20a#_literal_detect_noop_literal) parameter.
This commit is contained in:
Robert 2015-10-07 22:02:10 +02:00 committed by Nik Everett
parent c0363dd56b
commit 331d2d9955
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@
"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."
}
}
},