Compare commits

..

1 Commits

Author SHA1 Message Date
7a48ca9823 Update Api For Naming Sync 2025-09-19 22:47:52 +02:00

View File

@@ -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);