We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2abb2e commit 12e0beeCopy full SHA for 12e0bee
src/main/protobuf/kafka/ksm.proto
@@ -76,7 +76,7 @@ message GetAllAclsResponse {
76
service KsmService {
77
rpc GetAllAcls(GetAllAclsRequest) returns (GetAllAclsResponse) {
78
option (google.api.http) = {
79
- get: "/v1/KsmService/GetAllAcls"
+ get: "/api/v1/KsmService/GetAllAcls"
80
};
81
}
82
-}
+}
0 commit comments