1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Remove not implemented endpoints from API docs

Closes #8724
This commit is contained in:
Bogdan
2023-06-21 06:34:07 +03:00
parent 41492efd2e
commit 8974aa823b
9 changed files with 17 additions and 0 deletions
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc;
using NzbDrone.Core.DecisionEngine;
using NzbDrone.Core.Profiles;
using Radarr.Http.REST;
@@ -15,6 +16,7 @@ namespace Radarr.Api.V3.Indexers
_qualityProfile = qualityProfileService.GetDefaultProfile(string.Empty);
}
[NonAction]
protected override ReleaseResource GetResourceById(int id)
{
throw new NotImplementedException();