Skip to content

Commit

Permalink
Add allow_multiple_targets to configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjackg authored Nov 9, 2024
1 parent 8a3d707 commit df5bfd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/_integrations/notify.rest.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ verify_ssl:
type: boolean
default: True
authentication:
description: Type of the HTTP authentication. `basic` or `digest`.
description: Type of the HTTP authentication. `basic` or `digest`.
required: false
default: basic
type: string
Expand Down Expand Up @@ -69,6 +69,11 @@ target_param_name:
description: Parameter name for the target.
required: false
type: string
allow_multiple_targets:
description: Send all targets to the resource. By default, the notifier only sends the first one.
required: false
default: false
type: boolean
data:
description: Dictionary of extra parameters to send to the resource.
required: false
Expand Down

0 comments on commit df5bfd0

Please sign in to comment.