From 487bf9999eef982f764f6b2b19942ae64a174861 Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Sun, 24 May 2020 19:46:02 +0300 Subject: [PATCH] Added user group name --- common/edge-api/src/main/proto/edge.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/common/edge-api/src/main/proto/edge.proto b/common/edge-api/src/main/proto/edge.proto index 37e35bcea2..b721887d3d 100644 --- a/common/edge-api/src/main/proto/edge.proto +++ b/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 {