docs: document the Opsgenie "teams" responder type behavior (#3205)

* docs: document the Opsgenie "teams" responder type behavior

It has been changed in #2685 but the behavior is not really documented:

* `teams` supports a comma-separated list of teams, through the `name`
  fields only
* if the list of teams is empty, no team responders are sent to Opsgenie


---------

Signed-off-by: Jonathan Ballet <jon@multani.info>
This commit is contained in:
Jonathan Ballet 2024-07-02 17:52:35 +02:00 committed by GitHub
parent d48dab39a5
commit dc3f841da2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1010,7 +1010,11 @@ responders:
[ name: <tmpl_string> ]
[ username: <tmpl_string> ]
# "team", "teams", "user", "escalation" or "schedule".
# One of `team`, `teams`, `user`, `escalation` or `schedule`.
#
# The `teams` responder is configured using the `name` field above.
# This field can contain a comma-separated list of team names.
# If the list is empty, no responders are configured.
type: <tmpl_string>
```