Skip to content

Commit 5bb3b50

Browse files
Update OpenAPI docs (#109)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependencytrack-bot <106437498+dependencytrack-bot@users.noreply.github.com>
1 parent 2b54489 commit 5bb3b50

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/reference/api/openapi-v1.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,12 @@ paths:
16021602
description: Returns a list of all CWEs
16031603
operationId: getCwes
16041604
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
16051611
- description: The page to return. To be used in conjunction with <code>pageSize</code>.
16061612
in: query
16071613
name: pageNumber

0 commit comments

Comments
 (0)