feat(apiv2): actually add UUIDs to JSON models
This commit is contained in:
@@ -66,6 +66,7 @@ namespace PluralKit.Core
|
||||
var o = new JObject();
|
||||
|
||||
o.Add("id", group.Hid);
|
||||
o.Add("uuid", group.Uuid.ToString());
|
||||
o.Add("name", group.Name);
|
||||
|
||||
if (systemStr != null)
|
||||
|
||||
Reference in New Issue
Block a user