From 73aff79a77f42d94f5253a47395166f0389ff6e6 Mon Sep 17 00:00:00 2001 From: joshua-roberts Date: Wed, 27 Nov 2024 10:20:59 -0500 Subject: [PATCH] update pdp proto requests --- src/main/proto/pdp.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/proto/pdp.proto b/src/main/proto/pdp.proto index 831f071f..146c7c54 100644 --- a/src/main/proto/pdp.proto +++ b/src/main/proto/pdp.proto @@ -6,10 +6,11 @@ option java_outer_classname = "PDPProto"; message ResourceOperationRequest { string operation = 1; + string target = 2; } message ResourceOperationResponse { - string operation = 1; + bytes node = 1; } service ResourcePDP {