We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b54489 commit 5bb3b50Copy full SHA for 5bb3b50
1 file changed
docs/reference/api/openapi-v1.yaml
@@ -1602,6 +1602,12 @@ paths:
1602
description: Returns a list of all CWEs
1603
operationId: getCwes
1604
parameters:
1605
+ - description: Case-insensitive substring filter matched against CWE name and
1606
+ CWE-ID.
1607
+ in: query
1608
+ name: searchText
1609
+ schema:
1610
+ type: string
1611
- description: The page to return. To be used in conjunction with <code>pageSize</code>.
1612
in: query
1613
name: pageNumber
0 commit comments