Update Api For Naming Sync
This commit is contained in:
@@ -10,7 +10,7 @@ namespace MareSynchronos.API.SignalR;
|
|||||||
|
|
||||||
public interface IMareHub
|
public interface IMareHub
|
||||||
{
|
{
|
||||||
const int ApiVersion = 1026;
|
const int ApiVersion = 1027;
|
||||||
const string Path = "/mare";
|
const string Path = "/mare";
|
||||||
|
|
||||||
Task<bool> CheckClientHealth();
|
Task<bool> CheckClientHealth();
|
||||||
@@ -81,7 +81,7 @@ public interface IMareHub
|
|||||||
|
|
||||||
Task GroupClear(GroupDto group);
|
Task GroupClear(GroupDto group);
|
||||||
|
|
||||||
Task<GroupPasswordDto> GroupCreate();
|
Task<GroupPasswordDto> GroupCreate(string? alias);
|
||||||
|
|
||||||
Task<List<string>> GroupCreateTempInvite(GroupDto group, int amount);
|
Task<List<string>> GroupCreateTempInvite(GroupDto group, int amount);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user