Compare commits
1 Commits
ff262bf690
...
7a48ca9823
| Author | SHA1 | Date | |
|---|---|---|---|
|
7a48ca9823
|
@@ -10,7 +10,7 @@ namespace MareSynchronos.API.SignalR;
|
||||
|
||||
public interface IMareHub
|
||||
{
|
||||
const int ApiVersion = 1026;
|
||||
const int ApiVersion = 1027;
|
||||
const string Path = "/mare";
|
||||
|
||||
Task<bool> CheckClientHealth();
|
||||
@@ -81,7 +81,7 @@ public interface IMareHub
|
||||
|
||||
Task GroupClear(GroupDto group);
|
||||
|
||||
Task<GroupPasswordDto> GroupCreate();
|
||||
Task<GroupPasswordDto> GroupCreate(string? alias);
|
||||
|
||||
Task<List<string>> GroupCreateTempInvite(GroupDto group, int amount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user