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:
|
api_key:
|
||||||
description: ["Your DataDog API key."]
|
description: ["Your DataDog API key."]
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
app_key:
|
app_key:
|
||||||
description: ["Your DataDog app key."]
|
description: ["Your DataDog app key."]
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
state:
|
state:
|
||||||
description: ["The designated state of the monitor."]
|
description: ["The designated state of the monitor."]
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
choices: ['present', 'absent', 'muted', 'unmuted']
|
choices: ['present', 'absent', 'muted', 'unmuted']
|
||||||
type:
|
type:
|
||||||
description: ["The type of the monitor."]
|
description: ["The type of the monitor."]
|
||||||
|
@ -63,7 +60,6 @@ options:
|
||||||
name:
|
name:
|
||||||
description: ["The name of the alert."]
|
description: ["The name of the alert."]
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
message:
|
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."]
|
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
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue