From a3d37fbca7507def36aee6e4152c7002406a9d6a Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sat, 9 Mar 2013 11:30:20 -0500 Subject: [PATCH] api doc fixes --- MediaBrowser.Api/UserLibrary/ItemsService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index bd62dd6274..92f267a21d 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. /// /// The parent id. + [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; } ///