mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-10 03:56:20 +01:00
Remove extra Required
This commit is contained in:
parent
05f9473544
commit
e735ab6cc0
1 changed files with 2 additions and 2 deletions
|
|
@ -98,8 +98,8 @@ namespace Jellyfin.Api.Controllers
|
|||
public ActionResult CreateAdminNotification(
|
||||
[FromQuery] string? url,
|
||||
[FromQuery] NotificationLevel? level,
|
||||
[FromQuery, Required] string name = "",
|
||||
[FromQuery, Required] string description = "")
|
||||
[FromQuery] string name = "",
|
||||
[FromQuery] string description = "")
|
||||
{
|
||||
var notification = new NotificationRequest
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue