Skip to content

Commit

Permalink
feat: bed-5132 api contract
Browse files Browse the repository at this point in the history
- added `environment_ids` field to finding-trends response
  • Loading branch information
sircodemane committed Jan 10, 2025
1 parent f7afef8 commit de60c3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/go/openapi/doc/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12552,6 +12552,12 @@
"items": {
"type": "object",
"properties": {
"environment_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"finding": {
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ get:
items:
type: object
properties:
# environments: // TODO: to be determined if useful
# type: array
# items:
# type: string
environment_ids:
type: array
items:
type: string
finding:
type: string
display_title:
Expand Down

0 comments on commit de60c3d

Please sign in to comment.