From 22347b27708cd1bc6f266e9650923a69d39ce466 Mon Sep 17 00:00:00 2001 From: Konstantin Kuminsky Date: Fri, 7 Feb 2025 18:21:34 -0500 Subject: [PATCH] Mark org as required field for notification template --- awx_collection/plugins/modules/notification_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx_collection/plugins/modules/notification_template.py b/awx_collection/plugins/modules/notification_template.py index cc0c28317fef..a5abfa1ff170 100644 --- a/awx_collection/plugins/modules/notification_template.py +++ b/awx_collection/plugins/modules/notification_template.py @@ -46,6 +46,7 @@ description: - The organization name, ID, or named URL the notification belongs to. type: str + required: True notification_type: description: - The type of notification to be sent.