Skip to content

Commit

Permalink
update pdp proto requests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-roberts committed Nov 27, 2024
1 parent e61aead commit 73aff79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/proto/pdp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 73aff79

Please sign in to comment.