We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<enrich-policy>
1 parent 2fbaf32 commit a18b587Copy full SHA for a18b587
docs/reference/ingest/apis/enrich/get-enrich-policy.asciidoc
@@ -47,8 +47,6 @@ GET /_enrich/policy/my-policy
47
48
`GET /_enrich/policy`
49
50
-`GET /_enrich/policy1,policy2`
51
-
52
53
[[get-enrich-policy-api-prereqs]]
54
==== {api-prereq-title}
@@ -60,8 +58,15 @@ include::put-enrich-policy.asciidoc[tag=enrich-policy-api-prereqs]
60
58
==== {api-path-parms-title}
61
59
62
`<enrich-policy>`::
++
+--
63
(Optional, string)
64
-include::{docdir}/rest-api/common-parms.asciidoc[tag=enrich-policy]
+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
70
71
72
[[get-enrich-policy-api-example]]
0 commit comments