From 4cd1fdd118c021ccedbaa20f7a08f4a545b18eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20B=C3=BCttner?= Date: Fri, 20 Mar 2026 15:46:26 +0100 Subject: [PATCH] Improve documentation for name parameter of NotificationParameters --- packages/cmk-plugin-apis/cmk/rulesets/v1/rule_specs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cmk-plugin-apis/cmk/rulesets/v1/rule_specs.py b/packages/cmk-plugin-apis/cmk/rulesets/v1/rule_specs.py index 5e49f1c1b17..7763924230b 100644 --- a/packages/cmk-plugin-apis/cmk/rulesets/v1/rule_specs.py +++ b/packages/cmk-plugin-apis/cmk/rulesets/v1/rule_specs.py @@ -376,6 +376,7 @@ class NotificationParameters: topic: Categorization of the rule parameter_form: Configuration specification name: Identifier of the rule spec. Has to match the name of the notifications script + and be a valid, non-reserved Python identifier is_deprecated: Flag to indicate whether this rule is deprecated and should no longer be used help_text: Description to help the user with the configuration """