Skip to content

Commit 32a745d

Browse files
Google APIscopybara-github
authored andcommitted
fix!: An existing google.api.http annotation http_uri is changed for method UpdateLicensePool in service LicenseManagementService
PiperOrigin-RevId: 762268423
1 parent fa3a7b6 commit 32a745d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/commerce/consumer/procurement/v1/license_management_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ service LicenseManagementService {
5050
// Updates the license pool if one exists for this Order.
5151
rpc UpdateLicensePool(UpdateLicensePoolRequest) returns (LicensePool) {
5252
option (google.api.http) = {
53-
patch: "/v1/{license_pool.name=billingAccounts/*/orders/*/licensePool/*}"
53+
patch: "/v1/{license_pool.name=billingAccounts/*/orders/*/licensePool}"
5454
body: "license_pool"
5555
};
5656
option (google.api.method_signature) = "license_pool,update_mask";

0 commit comments

Comments
 (0)