Add response code documentation

This commit is contained in:
David Ullmer 2020-06-09 11:00:37 +02:00
parent cefa9d3c08
commit 1491e93d84
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ namespace Jellyfin.Api.Controllers
/// <param name="includeGenres">Optional filter whether to include genres.</param>
/// <param name="includeStudios">Optional filter whether to include studios.</param>
/// <param name="includeArtists">Optional filter whether to include artists.</param>
/// <response code="200">Search hint returned.</response>
/// <returns>An <see cref="SearchHintResult"/> with the results of the search.</returns>
[HttpGet]
[Description("Gets search hints based on a search term")]