Skip to content

Commit 62ef764

Browse files
committed
Add rule_type_counts to QueryRulesetListResponse spec
1 parent cf7d574 commit 62ef764

File tree

1 file changed

+6
-1
lines changed
  • specification/query_rules/list_rulesets

1 file changed

+6
-1
lines changed

specification/query_rules/list_rulesets/types.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ export class QueryRulesetListItem {
3131
rule_total_count: integer
3232

3333
/**
34-
* A map of criteria type to the number of rules of that type
34+
* A map of criteria type (e.g. exact) to the number of rules of that type
3535
*/
3636
rule_criteria_types_counts: Dictionary<string, integer>
37+
38+
/**
39+
* A map of rule type (e.g. pinned) to the number of rules of that type
40+
*/
41+
rule_type_counts: Dictionary<string, integer>
3742
}

0 commit comments

Comments
 (0)