Add some API attributes

This commit is contained in:
Bogdan
2023-05-30 06:39:51 +03:00
parent a1081cc554
commit f0d9b43480
24 changed files with 49 additions and 0 deletions
@@ -15,6 +15,7 @@ namespace Prowlarr.Api.V1.Profiles.App
}
[HttpGet]
[Produces("application/json")]
public AppProfileResource GetSchema()
{
var qualityProfile = _profileService.GetDefaultProfile(string.Empty);