update to grpc edit_node to allow editing icon and broadcasting a node update for all to listen to a change
This commit is contained in:
parent
74e15d9c9d
commit
5d5ffb70c2
3 changed files with 9 additions and 4 deletions
|
@ -316,6 +316,7 @@ message EditNodeRequest {
|
|||
int32 session_id = 1;
|
||||
int32 node_id = 2;
|
||||
Position position = 3;
|
||||
string icon = 4;
|
||||
}
|
||||
|
||||
message EditNodeResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue