add Refresh
This commit is contained in:
@@ -55,6 +55,9 @@ message AdminLoginRequest {
|
||||
string password = 2;
|
||||
}
|
||||
|
||||
message AdminEmptyRequest {
|
||||
}
|
||||
|
||||
service Admin {
|
||||
rpc AdminEdit(AdminEditRequest) returns(Response){
|
||||
option (google.api.http) = {
|
||||
@@ -98,4 +101,10 @@ service Admin {
|
||||
body: "*"
|
||||
};
|
||||
};
|
||||
rpc AdminRefresh(AdminEmptyRequest) returns(Response){
|
||||
option (google.api.http) = {
|
||||
post: "/admin/v3/refresh"
|
||||
body: "*"
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user