Skip to content

Commit 17610e7

Browse files
authored
[DOCS] Add wait_for_completion parm to execute enrich policy API docs (#48077)
1 parent a8a3533 commit 17610e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,12 @@ it may take a while to return a response.
100100

101101
`<enrich-policy>`::
102102
(Required, string)
103-
Enrich policy to execute.
103+
Enrich policy to execute.
104+
105+
[[execute-enrich-policy-api-request-body]]
106+
==== {api-request-body-title}
107+
108+
`wait_for_completion`::
109+
(Required, boolean)
110+
If `true`, the request blocks other enrich policy execution requests until
111+
complete. Defaults to `true`.

0 commit comments

Comments
 (0)