소스 검색

api doc fixes

LukePulverenti 12 년 전
부모
커밋
a3d37fbca7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MediaBrowser.Api/UserLibrary/ItemsService.cs

+ 1 - 0
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>