Skip to content

Commit

Permalink
Update backend-api-docs.json (#2863)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 20, 2023
1 parent a2b53cf commit b516684
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions save-backend/backend-api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15128,8 +15128,7 @@
},
"VulnerabilityFilter": {
"required": [
"identifierPrefix",
"isOwner",
"freeText",
"maxCriticality",
"minCriticality",
"tags"
Expand All @@ -15139,11 +15138,21 @@
"authorName": {
"type": "string"
},
"identifierPrefix": {
"type": "string"
"chosenStatuses": {
"type": "array",
"items": {
"type": "string",
"enum": [
"APPROVED",
"AUTO_APPROVED",
"CREATED",
"PENDING_REVIEW",
"REJECTED"
]
}
},
"isOwner": {
"type": "boolean"
"freeText": {
"type": "string"
},
"language": {
"type": "string",
Expand Down

0 comments on commit b516684

Please sign in to comment.