mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 21:01:39 +00:00
Add: nullable notification creation parameters
This commit is contained in:
parent
d53b148fe0
commit
b49219338c
2 changed files with 6 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ components:
|
|||
notificationType:
|
||||
type: string
|
||||
enum: ['info', 'success', 'warning', 'failure']
|
||||
nullable: true
|
||||
default: 'info'
|
||||
description: The notification's type.
|
||||
Notification:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue