roles rating endpoints added
This commit is contained in:
@@ -6,6 +6,10 @@ public class Roles
|
||||
public string GetActorRole { get; set; }
|
||||
public string PutActorRole { get; set; }
|
||||
public string DeleteActorRole { get; set; }
|
||||
public string GetActorRoleRating { get; set; }
|
||||
public string GetActorRoleRatingByUser { get; set; }
|
||||
public string PutActorRoleRating { get; set; }
|
||||
public string DeleteActorRoleRating { get; set; }
|
||||
public string GetAllActorRoleTypes { get; set; }
|
||||
public string GetActorRoleType { get; set; }
|
||||
public string PostActorRoleType { get; set; }
|
||||
@@ -13,6 +17,10 @@ public class Roles
|
||||
public string GetCreatorRole { get; set; }
|
||||
public string PutCreatorRole { get; set; }
|
||||
public string DeleteCreatorRole { get; set; }
|
||||
public string GetCreatorRoleRating { get; set; }
|
||||
public string GetCreatorRoleRatingByUser { get; set; }
|
||||
public string PutCreatorRoleRating { get; set; }
|
||||
public string DeleteCreatorRoleRating { get; set; }
|
||||
public string GetAllCreatorRoleTypes { get; set; }
|
||||
public string GetCreatorRoleType { get; set; }
|
||||
public string PostCreatorRoleType { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user