Skip to content

Commit

Permalink
add a search term example
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Jun 22, 2023
1 parent 002df4b commit 73374a6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ export const CoverageOverviewRuleSourceSchema = enumeration(
export type CoverageOverviewFilter = t.TypeOf<typeof CoverageOverviewFilter>;
export const CoverageOverviewFilter = t.partial({
/**
* A search term to filter the response by rule name, index pattern, MITRE ATT&CK tactic or technique
* A search term to filter the response by rule name, index pattern, MITRE ATT&CK™ tactic or technique
*
* @example "Defense Evasion" or "TA0005"
*/
search_term: NonEmptyString,
/**
Expand Down

0 comments on commit 73374a6

Please sign in to comment.