rest-api-spec.test.delete.60_missing.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
OpenSearch subproject :rest-api-spec
---
"Missing document with catch":
- skip:
version: " - 6.99.99"
reason: types are required in requests before 7.0.0
- do:
catch: missing
delete:
index: test_1
id: 1
---
"Missing document with ignore":
- skip:
version: " - 6.99.99"
reason: types are required in requests before 7.0.0
- do:
delete:
index: test_1
id: 1
ignore: 404
© 2015 - 2024 Weber Informatics LLC | Privacy Policy