[DOCS] Correct `<enrich-policy>` parm description for comma-sep list (#46682)

This commit is contained in:
James Rodewig 2019-09-18 08:30:22 -04:00
parent 411d4e9a93
commit b6da5fa2f7
1 changed files with 8 additions and 1 deletions

View File

@ -49,8 +49,15 @@ include::put-enrich-policy.asciidoc[tag=enrich-policy-api-prereqs]
==== {api-path-parms-title} ==== {api-path-parms-title}
`<enrich-policy>`:: `<enrich-policy>`::
+
--
(Optional, string) (Optional, string)
include::{docdir}/rest-api/common-parms.asciidoc[tag=enrich-policy] Comma-separated list of enrich policy names
used to limit the request.
To return information for all enrich policies,
omit this parameter.
--
[[get-enrich-policy-api-example]] [[get-enrich-policy-api-example]]