1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Remove not implemented endpoints from API docs

This commit is contained in:
Bogdan
2024-05-14 02:52:09 +03:00
parent 152f50a1ef
commit 7a303c1ebf
11 changed files with 39 additions and 4 deletions
@@ -60,6 +60,11 @@ namespace Radarr.Api.V3.Queue
}
[NonAction]
public override ActionResult<QueueResource> GetResourceByIdWithErrorHandler(int id)
{
return base.GetResourceByIdWithErrorHandler(id);
}
protected override QueueResource GetResourceById(int id)
{
throw new NotImplementedException();