DOC: config: Fix 'http-response send-spoe-group' documentation

Arguments were missing in the rule heading. This patch may be backported as
far as 2.0.
This commit is contained in:
Christopher Faulet 2021-08-12 09:32:07 +02:00
parent eae8afaa60
commit 24e7f354e9

View File

@ -7203,7 +7203,8 @@ http-response sc-set-gpt0(<sc-id>) { <int> | <expr> }
boolean. If an error occurs, this action silently fails and the actions boolean. If an error occurs, this action silently fails and the actions
evaluation continues. evaluation continues.
http-response send-spoe-group [ { if | unless } <condition> ] http-response send-spoe-group <engine-name> <group-name>
[ { if | unless } <condition> ]
This action is used to trigger sending of a group of SPOE messages. To do so, This action is used to trigger sending of a group of SPOE messages. To do so,
the SPOE engine used to send messages must be defined, as well as the SPOE the SPOE engine used to send messages must be defined, as well as the SPOE