update api 10
This commit is contained in:
@@ -8,7 +8,7 @@ namespace MareSynchronos.API
|
||||
{
|
||||
public class Api
|
||||
{
|
||||
public const int Version = 9;
|
||||
public const int Version = 10;
|
||||
public const string Path = "/mare";
|
||||
|
||||
public const string SendFileAbortUpload = "AbortUpload";
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
{
|
||||
public bool FileExists { get; set; } = true;
|
||||
public string Hash { get; set; } = string.Empty;
|
||||
public string Url { get; set; }
|
||||
public long Size { get; set; } = 0;
|
||||
public bool IsForbidden { get; set; } = false;
|
||||
public string ForbiddenBy { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user