Browse Source

[DOCS] Add `wait_for_completion` parm to execute enrich policy API docs (#48077)

James Rodewig 6 years ago
parent
commit
17610e740a
1 changed files with 9 additions and 1 deletions
  1. 9 1
      docs/reference/ingest/apis/enrich/execute-enrich-policy.asciidoc

+ 9 - 1
docs/reference/ingest/apis/enrich/execute-enrich-policy.asciidoc

@@ -100,4 +100,12 @@ it may take a while to return a response.
 
 `<enrich-policy>`::
 (Required, string)
-Enrich policy to execute.
+Enrich policy to execute.
+
+[[execute-enrich-policy-api-request-body]]
+==== {api-request-body-title}
+
+`wait_for_completion`::
+(Required, boolean)
+If `true`, the request blocks other enrich policy execution requests until
+complete. Defaults to `true`.