Skip to content

Commit

Permalink
fix http method for creating project policy
Browse files Browse the repository at this point in the history
  • Loading branch information
anujk14 committed Jun 26, 2024
1 parent 37b7cbb commit 71a4088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ service FrontierService {
}

rpc CreatePolicyForProject(CreatePolicyForProjectRequest) returns (CreatePolicyForProjectResponse) {
option (google.api.http) = {delete: "/v1beta1/policies/projects/{project_id}"};
option (google.api.http) = {post: "/v1beta1/policies/projects/{project_id}"};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
tags: "Policy";
summary: "Create Policy for Project"
Expand Down

0 comments on commit 71a4088

Please sign in to comment.