profile picture and basic info editors added
This commit is contained in:
@@ -7,9 +7,11 @@ public class Accounts
|
||||
public string Authenticate { get; set; }
|
||||
public string AuthenticateRefresh { get; set; }
|
||||
public string Logout { get; set; }
|
||||
public string GetProfilePicture { get; set; }
|
||||
public string GetAccountProfilePicture { get; set; }
|
||||
public string PutAccountProfilePicture { get; set; }
|
||||
public string DeleteAccountProfilePicture { get; set; }
|
||||
public string GetAccountInfo { get; set; }
|
||||
public string PutAccountInfo { get; set; }
|
||||
public string PutAccountProfileInfo { get; set; }
|
||||
public string GetAccountRatedMovies { get; set; }
|
||||
public string GetAccountRatedSeries { get; set; }
|
||||
public string GetAccountRatedPersons { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user