Skip to content

Commit

Permalink
updating params description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavneet-Sharma committed Aug 23, 2024
1 parent eb7c6a7 commit 4fb098a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/alert_channel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Parameters
name (True, str, None)
Name of the Channel.

Name should be unique and can not be changed.
Name should be unique and cannot be changed.


send_test_alert (optional, bool, False)
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/alert_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
name:
description:
- Name of the Channel.
- Name should be unique and can not be changed.
- Name should be unique and cannot be changed.
type: str
required: true
send_test_alert:
Expand Down

0 comments on commit 4fb098a

Please sign in to comment.