OpenSearch/rest-api-spec/test/get/80_missing.yaml

20 lines
276 B
YAML

---
"Missing document with catch":
- do:
catch: missing
get:
index: test_1
type: test
id: 1
---
"Missing document with ignore":
- do:
get:
index: test_1
type: test
id: 1
ignore: 404