Browse Source

Added user group name

pull/2436/head
Volodymyr Babak 6 years ago
parent
commit
487bf9999e
  1. 1
      common/edge-api/src/main/proto/edge.proto

1
common/edge-api/src/main/proto/edge.proto

@ -227,6 +227,7 @@ message UserUpdateMsg {
string additionalInfo = 6;
bool enabled = 7;
string password = 8;
string groupName = 9;
}
message RuleChainMetadataRequestMsg {

Loading…
Cancel
Save