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 8eef93a commit b3b929aCopy full SHA for b3b929a
1 file changed
authzed/api/materialize/v0/stats.proto
@@ -10,7 +10,7 @@ option java_package = "com.authzed.api.materialize.v0";
10
11
service StatsService {
12
rpc ExperimentalCountLookupResources(ExperimentalCountLookupResourcesRequest) returns (ExperimentalCountLookupResourcesResponse) {}
13
- rpc ExperimentalCountLookupSubjects(ExperimentalCountLookupResourcesRequest) returns (ExperimentalCountLookupResourcesResponse) {}
+ rpc ExperimentalCountLookupSubjects(ExperimentalCountLookupSubjectsRequest) returns (ExperimentalCountLookupSubjectsResponse) {}
14
}
15
16
message ExperimentalCountLookupResourcesRequest {
0 commit comments