Skip to content

Commit 4cd1fdd

Browse files
committed
Improve documentation for name parameter of NotificationParameters
1 parent 0f5a06f commit 4cd1fdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cmk-plugin-apis/cmk/rulesets/v1/rule_specs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ class NotificationParameters:
376376
topic: Categorization of the rule
377377
parameter_form: Configuration specification
378378
name: Identifier of the rule spec. Has to match the name of the notifications script
379+
and be a valid, non-reserved Python identifier
379380
is_deprecated: Flag to indicate whether this rule is deprecated and should no longer be used
380381
help_text: Description to help the user with the configuration
381382
"""

0 commit comments

Comments
 (0)