OpenSearch/rest-api-spec/test/exists/70_defaults.yaml

17 lines
224 B
YAML
Raw Normal View History

---
"Client-side default type":
- do:
index:
index: test_1
type: test
id: 1
body: { "foo": "bar" }
- do:
exists:
index: test_1
id: 1
- is_true: ''