OpenSearch/rest-api-spec/test/update/35_other_versions.yaml

28 lines
639 B
YAML
Raw Normal View History

2013-06-28 13:44:13 -04:00
---
"Not supported versions":
2013-06-28 13:44:13 -04:00
- do:
catch: /Validation|Invalid/
2013-06-28 13:44:13 -04:00
update:
index: test_1
type: test
id: 1
version: 2
version_type: external
body:
doc: { foo: baz }
upsert: { foo: bar }
- do:
catch: /Validation|Invalid/
2013-06-28 13:44:13 -04:00
update:
index: test_1
type: test
id: 1
version: 2
version_type: external_gte
2013-06-28 13:44:13 -04:00
body:
doc: { foo: baz }
upsert: { foo: bar }