Skip to content

Commit 2e62f6a

Browse files
updating notify audit's description and default value (#273)
* updating notify audit * Remove default --------- Co-authored-by: Sherzod Karimov <sherzod.karimov@datadoghq.com>
1 parent 87192ea commit 2e62f6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datadog-monitors-monitor-handler/datadog-monitors-monitor-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"type": "integer"
166166
},
167167
"NotifyAudit": {
168-
"description": "Whether or not to notify tagged users when changes are made to the monitor",
168+
"description": "A Boolean indicating whether tagged users is notified on changes to this monitor.",
169169
"type": "boolean"
170170
},
171171
"NotifyBy": {

datadog-monitors-monitor-handler/datadog-monitors-monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"type": "integer"
171171
},
172172
"NotifyAudit": {
173-
"description": "Whether or not to notify tagged users when changes are made to the monitor",
173+
"description": "A Boolean indicating whether tagged users is notified on changes to this monitor.",
174174
"type": "boolean"
175175
},
176176
"NotifyBy":{

datadog-monitors-monitor-handler/docs/monitoroptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
180180

181181
#### NotifyAudit
182182

183-
Whether or not to notify tagged users when changes are made to the monitor
183+
A Boolean indicating whether tagged users is notified on changes to this monitor.
184184

185185
_Required_: No
186186

0 commit comments

Comments
 (0)