Initial commit.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
reload:
|
||||
description: Reload dashboard configuration from Dwains dashboard
|
||||
|
||||
notification_create:
|
||||
description: Show a notification in the frontend.
|
||||
fields:
|
||||
message:
|
||||
description: Message body of the notification. [Templates accepted]
|
||||
example: Dishwasher is done! :D
|
||||
notification_id:
|
||||
description: Target ID of the notification, will replace a notification with the same Id. [Optional]
|
||||
example: 1234
|
||||
|
||||
notification_dismiss:
|
||||
description: Remove a notification from the frontend.
|
||||
fields:
|
||||
notification_id:
|
||||
description: Target ID of the notification, which should be removed. [Required]
|
||||
example: 1234
|
||||
|
||||
notification_mark_read:
|
||||
description: Mark a notification read.
|
||||
fields:
|
||||
notification_id:
|
||||
description: Target ID of the notification, which should be mark read. [Required]
|
||||
example: 1234
|
||||
Reference in New Issue
Block a user