Skip to content

Commit

Permalink
Merge pull request #349 from snyk/docs/update-issue-docs
Browse files Browse the repository at this point in the history
Docs/update issue docs
  • Loading branch information
mikeromard authored Aug 8, 2024
2 parents 97596b4 + f600c89 commit 4a36f71
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/.gitbook/assets/v1-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17745,7 +17745,7 @@ components:
issues:
type: array
items:
$ref: '#/components/schemas/issues2'
$ref: '#/components/schemas/aggregatedProjectIssue'
description: An array of identified issues
Aggregatedprojectissuesfilters:
title: Aggregatedprojectissuesfilters
Expand All @@ -17758,7 +17758,7 @@ components:
type: boolean
description: If set to `true`, Include issue's introducedThrough, if set to `false` (by default), it won't. It's for container only projects (Non-IaC projects only)
filters:
$ref: '#/components/schemas/filters1'
$ref: '#/components/schemas/aggregatedProjectIssuesfilter'
Issuepaths:
title: Issuepaths
type: object
Expand All @@ -17777,7 +17777,7 @@ components:
description: The total number of results
links:
allOf:
- $ref: '#/components/schemas/links1'
- $ref: '#/components/schemas/issuePathsLinks'
- description: Onward links from this record
Projectsnapshots:
title: Projectsnapshots
Expand Down Expand Up @@ -19374,8 +19374,8 @@ components:


When you filter by multiple attributes, you will return projects which have been assigned values of both attributes in the filter.
filters1:
title: filters1
aggregatedProjectIssuesfilter:
title: aggregatedProjectIssuesFilter
type: object
properties:
severities:
Expand Down Expand Up @@ -20785,7 +20785,7 @@ components:
example: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
cvssScore:
type: number
description: The CVSS score that results from running the CVSSv3 string (Non-IaC projects only)
description: The CVSS score that results from running the vector from `severities` with the highest CVSS version available.
example: 3.7
severities:
type: array
Expand Down Expand Up @@ -21029,8 +21029,8 @@ components:
upgradePath:
- org.apache.flex.blazeds:[email protected]
licenses: []
issues2:
title: issues2
aggregatedProjectIssue:
title: aggregatedProjectIssue
required:
- id
- issueType
Expand Down Expand Up @@ -22728,8 +22728,8 @@ components:
type: string
description: The URL for the dependency paths that introduce this issue
description: Onward links from this record (Non-IaC projects only)
links1:
title: links1
issuePathsLinks:
title: issuePathsLinks
type: object
properties:
prev:
Expand Down

0 comments on commit 4a36f71

Please sign in to comment.