fix: usergrant update (#533)

* fix: add grantid on update usergrant

* fix: add grantid on update usergrant
This commit is contained in:
Fabi
2020-07-28 12:29:01 +02:00
committed by GitHub
parent 0d670ab3a2
commit 461b7b23b1
4 changed files with 1607 additions and 1597 deletions

View File

@@ -2526,6 +2526,7 @@ message UserGrantUpdate {
string user_id = 1;
string id = 2;
repeated string role_keys = 3;
string grant_id = 4;
}
message UserGrantRemoveBulk {