fix document 500 error and fix users tabel for bot
This commit is contained in:
@@ -4,6 +4,7 @@ package admin;
|
||||
|
||||
service AdminService {
|
||||
rpc ListUsers (ListUsersRequest) returns (ListUsersResponse);
|
||||
rpc ListBotAccounts (ListUsersRequest) returns (ListUsersResponse);
|
||||
rpc UpdateUserProfile (UpdateUserRequest) returns (AdminUser);
|
||||
rpc ResetPassword (ResetPasswordRequest) returns (AdminUser);
|
||||
rpc SuspendUser (UserIdRequest) returns (AdminUser);
|
||||
@@ -74,6 +75,9 @@ message AdminUser {
|
||||
repeated string directPermissions = 12;
|
||||
bool isVerified = 13;
|
||||
optional string verificationIcon = 14;
|
||||
bool isBot = 15;
|
||||
optional string linkedBotUsername = 16;
|
||||
optional bool isSystemBot = 17;
|
||||
}
|
||||
|
||||
message ListUsersResponse {
|
||||
|
||||
Reference in New Issue
Block a user