OpenSearch/rest-api-spec/test/cat.plugins/10_basic.yaml

17 lines
383 B
YAML

---
"Help":
- do:
cat.plugins:
help: true
- match:
$body: |
/^ id .+ \n
name .+ \n
component .+ \n
version .+ \n
type .+ \n
url .+ \n
description .+ \n
$/