34 lines
781 B
YAML
34 lines
781 B
YAML
---
|
|
"External version":
|
|
|
|
- do:
|
|
create:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
body: { foo: bar }
|
|
version_type: external_gte
|
|
version: 5
|
|
|
|
- match: { _version: 5}
|
|
|
|
- do:
|
|
catch: conflict
|
|
create:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
body: { foo: bar }
|
|
version_type: external_gte
|
|
version: 5
|
|
|
|
- do:
|
|
catch: conflict
|
|
create:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
body: { foo: bar }
|
|
version_type: external_gte
|
|
version: 6
|