update api for groups
This commit is contained in:
12
MareSynchronosAPI/GroupDto.cs
Normal file
12
MareSynchronosAPI/GroupDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public record GroupDto
|
||||
{
|
||||
public string GID { get; set; }
|
||||
public string OwnedBy { get; set; }
|
||||
public bool InvitesEnabled { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
public string Alias { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user