mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
21 lines
317 B
YAML
21 lines
317 B
YAML
---
|
|
"Internal version":
|
|
|
|
- do:
|
|
create:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
body: { foo: bar }
|
|
|
|
- match: { _version: 1}
|
|
|
|
- do:
|
|
catch: conflict
|
|
create:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
body: { foo: bar }
|
|
|