mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-23 17:14:10 +00:00
Remove not implemented endpoints from API docs
This commit is contained in:
@@ -39,7 +39,8 @@ namespace Readarr.Http.REST
|
||||
}
|
||||
|
||||
[RestGetById]
|
||||
public ActionResult<TResource> GetResourceByIdWithErrorHandler(int id)
|
||||
[Produces("application/json")]
|
||||
public virtual ActionResult<TResource> GetResourceByIdWithErrorHandler(int id)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user