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

This commit is contained in:
James Rodewig 2019-10-15 13:46:55 -04:00
parent eaa56344b5
commit 3a7c2a4d17

View File

@ -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`.