diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-09 11:30:20 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-09 11:30:20 -0500 |
| commit | a3d37fbca7507def36aee6e4152c7002406a9d6a (patch) | |
| tree | 3a92345c13dda878033ea3130d0c687db8c2fd5e | |
| parent | 73f6b33a4cbe9b1310e6811ac0072da7b9ecb826 (diff) | |
api doc fixes
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/ItemsService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index bd62dd627..92f267a21 100644 --- a/MediaBrowser.Api/UserLibrary/ItemsService.cs +++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs @@ -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. /// </summary> /// <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; } /// <summary> |
