Clarify Notify Group payload behaviour (#26715)

This commit is contained in:
Erik J. Olson 2023-03-28 07:56:18 -05:00 committed by GitHub
parent 4ceea0a8fe
commit 38d614cd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@ services:
required: true
type: string
data:
description: A dictionary containing parameters to add to all notify payloads. This can be anything that is valid to use in a payload, such as `data`, `message`, `target` or `title`.
description: A dictionary containing parameters to add to all notify payloads. This can be anything that is valid to use in a payload, such as `data`, `message`, `target` or `title`. Parameters specified by the action will override the values configured here.
required: false
type: string
{% endconfiguration %}