Skip to content

Commit

Permalink
make proto
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Nov 15, 2023
1 parent b190644 commit 2364c76
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 807 deletions.
4 changes: 2 additions & 2 deletions api/core/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ service Core {
// GetPolicy gets a policy by name
rpc GetPolicy(GetPolicyRequest) returns (GetPolicyResponse) {
option (google.api.http) = {
get : "/v1/policies/{policyName}"
get : "/v1/policies/{policy_name}"
};
}
/*
Expand All @@ -217,7 +217,7 @@ service Core {
rpc GetPolicyValidation(GetPolicyValidationRequest)
returns (GetPolicyValidationResponse) {
option (google.api.http) = {
get : "/v1/policyvalidations/{validationId}"
get : "/v1/policyvalidations/{validation_id}"
};
}
}
Expand Down
Loading

0 comments on commit 2364c76

Please sign in to comment.