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
8 changes: 8 additions & 0 deletions docs/.gitbook/assets/v1-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10002,6 +10002,14 @@ paths:
schema:
type: string
example: 9695cbb1-3a87-4d6f-8ae1-61a1c37ee9f7
- name: prune-dep-graph
in: query
description: Will prune large dep-graphs by removing identical sub-graphs under a top level dependency. If you receive a 422 error, it's likely that your dep-graph is too large to monitor. Pruning can help reduce the number of repetative paths but still retain at least one fully resolved path to ensure vulnerablities are not missed.
style: form
explode: true
schema:
type: boolean
example: true
requestBody:
description: ''
content:
Expand Down