OpenSearch/rest-api-spec/test/delete/60_missing.yaml

20 lines
300 B
YAML

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