more commenting for api docs

This commit is contained in:
LukePulverenti
2013-03-09 00:15:51 -05:00
parent ea1b57a4d8
commit ca5acb6edc
9 changed files with 57 additions and 32 deletions

View File

@@ -268,7 +268,7 @@ namespace MediaBrowser.Api.UserLibrary
/// Gets or sets the position ticks.
/// </summary>
/// <value>The position ticks.</value>
[ApiMember(Name = "PositionTicks", Description = "Optional. The current position, in ticks. 1 tick = 10000 ms", IsRequired = false, DataType = "int", ParameterType = "query", Verb = "DELETE")]
[ApiMember(Name = "PositionTicks", Description = "Optional. The current position, in ticks. 1 tick = 10000 ms", IsRequired = false, DataType = "int", ParameterType = "query", Verb = "POST")]
public long? PositionTicks { get; set; }
}