update local sync

This commit is contained in:
Luke Pulverenti 2016-08-16 00:12:12 -04:00
parent 7ca15628cc
commit c1e8d85bca
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ namespace MediaBrowser.Api.Sync
public string Id { get; set; }
}
[Route("/Sync/{TargetId}/Items", "DELETE", Summary = "Cancels items from a sync target")]
[Route("/Sync/Items/Cancel", "POST", Summary = "Cancels items from a sync target")]
public class CancelItems : IReturnVoid
{
[ApiMember(Name = "TargetId", Description = "TargetId", IsRequired = false, DataType = "string", ParameterType = "query", Verb = "Items")]

View file

@ -1,4 +1,4 @@
using System.Reflection;
//[assembly: AssemblyVersion("3.1.*")]
[assembly: AssemblyVersion("3.0.6060")]
[assembly: AssemblyVersion("3.1.*")]
//[assembly: AssemblyVersion("3.0.6060")]