getaccountinfo endpoint renamed

This commit is contained in:
2024-11-06 15:52:26 +01:00
Unverified
parent d621ee972e
commit d6fda7dbb8
10 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ public class Accounts
public string GetAccountProfileBackground { get; set; }
public string PutAccountProfileBackground { get; set; }
public string DeleteAccountProfileBackground { get; set; }
public string GetAccountInfo { get; set; }
public string GetAccount { get; set; }
public string PutAccountProfileInfo { get; set; }
public string PatchAccountUsername { get; set; }
public string PatchAccountEmail { get; set; }