Add some API attributes

This commit is contained in:
Qstick 2023-05-29 21:52:20 -05:00
parent 1d034d8099
commit d400685cd1
24 changed files with 46 additions and 1 deletions

View file

@ -21,6 +21,7 @@ namespace Lidarr.Api.V1.Update
}
[HttpGet]
[Produces("application/json")]
public List<UpdateResource> GetRecentUpdates()
{
var resources = _recentUpdateProvider.GetRecentUpdatePackages()