We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wait_for_completion
1 parent a8a3533 commit 17610e7Copy full SHA for 17610e7
docs/reference/ingest/apis/enrich/execute-enrich-policy.asciidoc
@@ -100,4 +100,12 @@ it may take a while to return a response.
100
101
`<enrich-policy>`::
102
(Required, string)
103
-Enrich policy to execute.
+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