From a9117bcda4ba002f39f5e8073d6d6ed7e66a3c16 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 26 Apr 2026 16:13:22 +0900 Subject: use decorators to improve openapi endpoint categories --- Jellyfin.Api/Controllers/DevicesController.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Jellyfin.Api/Controllers/DevicesController.cs') diff --git a/Jellyfin.Api/Controllers/DevicesController.cs b/Jellyfin.Api/Controllers/DevicesController.cs index 50050262f0..eadb8c9855 100644 --- a/Jellyfin.Api/Controllers/DevicesController.cs +++ b/Jellyfin.Api/Controllers/DevicesController.cs @@ -19,6 +19,7 @@ namespace Jellyfin.Api.Controllers; /// Devices Controller. /// [Authorize(Policy = Policies.RequiresElevation)] +[Tags("Device")] public class DevicesController : BaseJellyfinApiController { private readonly IDeviceManager _deviceManager; -- cgit v1.2.3