Skip to content

Commit a18b587

Browse files
authored
[DOCS] Correct <enrich-policy> parm description for comma-sep list (#46682)
1 parent 2fbaf32 commit a18b587

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/reference/ingest/apis/enrich/get-enrich-policy.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ GET /_enrich/policy/my-policy
4747

4848
`GET /_enrich/policy`
4949

50-
`GET /_enrich/policy1,policy2`
51-
5250

5351
[[get-enrich-policy-api-prereqs]]
5452
==== {api-prereq-title}
@@ -60,8 +58,15 @@ include::put-enrich-policy.asciidoc[tag=enrich-policy-api-prereqs]
6058
==== {api-path-parms-title}
6159

6260
`<enrich-policy>`::
61+
+
62+
--
6363
(Optional, string)
64-
include::{docdir}/rest-api/common-parms.asciidoc[tag=enrich-policy]
64+
Comma-separated list of enrich policy names
65+
used to limit the request.
66+
67+
To return information for all enrich policies,
68+
omit this parameter.
69+
--
6570

6671

6772
[[get-enrich-policy-api-example]]

0 commit comments

Comments
 (0)