rest-api-spec.test.mget.80_deprecated.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
The newest version!
---
"Deprecated parameters should fail in Multi Get query":
- do:
index:
index: test_1
id: 1
body: { foo: bar }
- do:
index:
index: test_1
id: 2
body: { foo: baz }
- do:
catch: bad_request
mget:
body:
docs:
- { _index: test_1, _id: 1, _routing : test1 }
- { _index: test_1, _id: 2, _routing : test1 }
- do:
catch: bad_request
mget:
body:
docs:
- { _index: test_1, _id: 1, _version : 1 }
- { _index: test_1, _id: 2, _version : 1 }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy