Skip to content

Commit

Permalink
change body value
Browse files Browse the repository at this point in the history
  • Loading branch information
anujk14 committed Jun 26, 2024
1 parent 71a4088 commit 94be38b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,10 @@ service FrontierService {
}

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

0 comments on commit 94be38b

Please sign in to comment.