mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
api doc fixes
This commit is contained in:
parent
73f6b33a4c
commit
a3d37fbca7
@ -30,6 +30,7 @@ namespace MediaBrowser.Api.UserLibrary
|
|||||||
/// Specify this to localize the search to a specific item or folder. Omit to use the root.
|
/// Specify this to localize the search to a specific item or folder. Omit to use the root.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The parent id.</value>
|
/// <value>The parent id.</value>
|
||||||
|
[ApiMember(Name = "ParentId", Description = "Specify this to localize the search to a specific item or folder. Omit to use the root", IsRequired = false, DataType = "string", ParameterType = "query", Verb = "GET")]
|
||||||
public string ParentId { get; set; }
|
public string ParentId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user