mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
20 lines
281 B
YAML
20 lines
281 B
YAML
---
|
|
"Basic":
|
|
|
|
- do:
|
|
index:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
body: { foo: bar }
|
|
|
|
- match: { _version: 1 }
|
|
|
|
- do:
|
|
delete:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
|
|
- match: { _version: 2 }
|