docs: removed default when required is true
This commit is contained in:
parent
6c143d62ba
commit
20b75901aa
1 changed files with 0 additions and 4 deletions
|
@ -41,15 +41,12 @@ options:
|
|||
api_key:
|
||||
description: ["Your DataDog API key."]
|
||||
required: true
|
||||
default: null
|
||||
app_key:
|
||||
description: ["Your DataDog app key."]
|
||||
required: true
|
||||
default: null
|
||||
state:
|
||||
description: ["The designated state of the monitor."]
|
||||
required: true
|
||||
default: null
|
||||
choices: ['present', 'absent', 'muted', 'unmuted']
|
||||
type:
|
||||
description: ["The type of the monitor."]
|
||||
|
@ -63,7 +60,6 @@ options:
|
|||
name:
|
||||
description: ["The name of the alert."]
|
||||
required: true
|
||||
default: null
|
||||
message:
|
||||
description: ["A message to include with notifications for this monitor. Email notifications can be sent to specific users by using the same '@username' notation as events."]
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue