Ignore management controller when generating openapi spec

pull/4359/head
Cody Robibero 4 years ago
parent 1bbe262646
commit 7852f0b426

@ -27,6 +27,7 @@ namespace Jellyfin.Api.Controllers
/// The management controller.
/// </summary>
[Management]
[ApiExplorerSettings(IgnoreApi = true)]
public class ManagementController : BaseJellyfinApiController
{
private readonly IServerApplicationHost _appHost;

Loading…
Cancel
Save