Skip to content

Commit

Permalink
fix: fix wrong message in cloud service query set
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Dec 17, 2023
1 parent b626b4d commit 424f45a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ service CloudServiceQuerySet {
}

// Get a specific query set.
rpc get (GetCloudServiceQuerySetRequest) returns (CloudServiceQuerySetInfo) {
rpc get (CloudServiceQuerySetRequest) returns (CloudServiceQuerySetInfo) {
option (google.api.http) = {
post: "/inventory/v1/cloud-service-query-set/get"
body: "*"
Expand Down

0 comments on commit 424f45a

Please sign in to comment.