Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
487bf9999eef982f764f6b2b19942ae64a174861
Authored by
Volodymyr Babak
2020-05-24 19:46:02 +0300
1 parent
eb2ebf58
Added user group name
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
common/edge-api/src/main/proto/edge.proto
common/edge-api/src/main/proto/edge.proto
View file @
487bf99
...
...
@@ -227,6 +227,7 @@ message UserUpdateMsg {
227
227
string additionalInfo = 6;
228
228
bool enabled = 7;
229
229
string password = 8;
230
+
string groupName = 9;
230
231
}
231
232
232
233
message RuleChainMetadataRequestMsg {
...
...