mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
Add response code documentation
This commit is contained in:
@@ -71,6 +71,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
/// <param name="includeGenres">Optional filter whether to include genres.</param>
|
/// <param name="includeGenres">Optional filter whether to include genres.</param>
|
||||||
/// <param name="includeStudios">Optional filter whether to include studios.</param>
|
/// <param name="includeStudios">Optional filter whether to include studios.</param>
|
||||||
/// <param name="includeArtists">Optional filter whether to include artists.</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>
|
/// <returns>An <see cref="SearchHintResult"/> with the results of the search.</returns>
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
[Description("Gets search hints based on a search term")]
|
[Description("Gets search hints based on a search term")]
|
||||||
|
|||||||
Reference in New Issue
Block a user