Skip to content

Commit

Permalink
Merge pull request #16 from xieshenzh/fix-batch-api-desc
Browse files Browse the repository at this point in the history
fix: correct the description of the batch-analysis api
  • Loading branch information
ruromero authored Apr 9, 2024
2 parents 4bdf827 + ef78c47 commit 0f291f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v4/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ paths:
/batch-analysis:
post:
operationId: batchAnalysis
summary: Takes an array of client-resolved dependency graphs to perform a full stack analysis from all the available Vulnerability sources
summary: Takes a dictionary of client-resolved dependency graphs to perform a full stack analysis from all the available Vulnerability sources
security:
- RhdaTokenAuth: [ ]
- SnykTokenAuth: [ ]
Expand All @@ -91,7 +91,7 @@ paths:
example: snyk
requestBody:
required: true
description: An array of dependency graphs in SBOM format
description: A dictionary of package URLs to dependency graphs in SBOM format
content:
application/vnd.cyclonedx+json:
schema:
Expand All @@ -105,7 +105,7 @@ paths:
type: object
responses:
'200':
description: Full dependency analysis from all the available providers
description: A dictionary of package URLs to full dependency analysis reports from all the available providers
content:
application/json:
schema:
Expand Down

0 comments on commit 0f291f9

Please sign in to comment.