Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#3183 from jasonvigil/wip-apigee
Browse files Browse the repository at this point in the history
fix: Update apigee proto definition to fix naming conflict
  • Loading branch information
google-oss-prow[bot] authored Nov 25, 2024
2 parents bb99030 + f16cf71 commit 729b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockgcp/apis/mockgcp/cloud/apigee/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ service ProjectsServer {
// Provisions a new Apigee organization with a functioning runtime. This is the standard way to create trial organizations for a free Apigee trial.
rpc ProvisionOrganizationProject(ProvisionOrganizationProjectRequest) returns (.google.longrunning.Operation) {
option (google.api.http) = {
post: "/v1/{project=projects/*}:provisionOrganization"
post: "/v1/{name=projects/*}:provisionOrganization"
body: "project"
};
};
Expand Down

0 comments on commit 729b553

Please sign in to comment.