Document default of User#enable_notifications

This commit is contained in:
Alexander A. Klimov 2018-08-07 13:37:57 +02:00
parent 8bac1dc99e
commit 8c3d9ca111
1 changed files with 1 additions and 1 deletions

View File

@ -1697,7 +1697,7 @@ Configuration Attributes:
pager | String | **Optional.** A pager string for this user. Useful for notification commands. pager | String | **Optional.** A pager string for this user. Useful for notification commands.
vars | Dictionary | **Optional.** A dictionary containing custom attributes that are specific to this user. vars | Dictionary | **Optional.** A dictionary containing custom attributes that are specific to this user.
groups | Array of object names | **Optional.** An array of group names. groups | Array of object names | **Optional.** An array of group names.
enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user. enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user. Defaults to true.
period | Object name | **Optional.** The name of a time period which determines when a notification for this user should be triggered. Not set by default. period | Object name | **Optional.** The name of a time period which determines when a notification for this user should be triggered. Not set by default.
types | Array | **Optional.** A set of type filters when a notification for this user should be triggered. By default everything is matched. types | Array | **Optional.** A set of type filters when a notification for this user should be triggered. By default everything is matched.
states | Array | **Optional.** A set of state filters when a notification for this should be triggered. By default everything is matched. states | Array | **Optional.** A set of state filters when a notification for this should be triggered. By default everything is matched.