OpenSearch/rest-api-spec/test/indices.get_mapping/30_missing_index.yaml

10 lines
156 B
YAML
Raw Normal View History

2013-07-15 08:53:32 -04:00
---
"Raise 404 when index doesn't exist":
- do:
catch: missing
indices.get_mapping:
index: test_index
type: not_test_type