use decorators to improve openapi endpoint categories

This commit is contained in:
dkanada
2026-04-26 16:13:22 +09:00
parent ec9c94bd7a
commit a9117bcda4
32 changed files with 33 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ namespace Jellyfin.Api.Controllers;
/// </summary>
[Route("")]
[Authorize]
[Tags("UserView")]
public class UserViewsController : BaseJellyfinApiController
{
private readonly IUserManager _userManager;