Skip to content

Commit 8210e06

Browse files
committed
docs on severity
1 parent b321101 commit 8210e06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

slackops/interfaces.py

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ def post(
2929
) -> None:
3030
"""Post simple message to Slack
3131
32+
Args:
33+
severity (str): Sets message color. Possible values: info | success | warning | error
34+
3235
Note:
3336
- If no value is passed, the default value will be used (if available).
3437
- If there is no default/persistent value found - that part of the template will not be rendered.

0 commit comments

Comments
 (0)