All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.test.delete.60_missing.yml Maven / Gradle / Ivy

There is a newer version: 2.18.0
Show newest version
---
"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