Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/reference/api/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,12 @@ paths:
description: Returns a list of all CWEs
operationId: getCwes
parameters:
- description: Case-insensitive substring filter matched against CWE name and
CWE-ID.
in: query
name: searchText
schema:
type: string
- description: The page to return. To be used in conjunction with <code>pageSize</code>.
in: query
name: pageNumber
Expand Down