Skip to content

Commit

Permalink
make proto
Browse files Browse the repository at this point in the history
  • Loading branch information
foot authored and erikgb committed Jan 19, 2025
1 parent 0930748 commit da5cc51
Show file tree
Hide file tree
Showing 4 changed files with 860 additions and 855 deletions.
4 changes: 2 additions & 2 deletions api/core/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,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 @@ -241,7 +241,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 da5cc51

Please sign in to comment.