diff --git a/proto/gosdn/pnd/pnd.proto b/proto/gosdn/pnd/pnd.proto
index 752325476804e31c1032fdbce6ed3b050b02499e..dc7ec34a6b776ae0fc5074901d7733301d3fee78 100644
--- a/proto/gosdn/pnd/pnd.proto
+++ b/proto/gosdn/pnd/pnd.proto
@@ -45,7 +45,8 @@ message getChange {
 }
 
 message getPath {
-  string path = 1;
+  string did = 1;
+  string path = 2;
 }
 
 message GetResponse {