We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f376a8a commit fa10060Copy full SHA for fa10060
1 file changed
docs/reference/api/openapi-v1.yaml
@@ -2131,6 +2131,12 @@ paths:
2131
description: <p>Requires permission <strong>VIEW_VULNERABILITY</strong></p>
2132
operationId: getFindingsByProject
2133
parameters:
2134
+ - description: "Case-insensitive substring filter matched against component\
2135
+ \ name, component group, and vulnerability ID."
2136
+ in: query
2137
+ name: searchText
2138
+ schema:
2139
+ type: string
2140
- description: The page to return. To be used in conjunction with <code>pageSize</code>.
2141
in: query
2142
name: pageNumber
0 commit comments