Skip to content

Commit b516684

Browse files
Update backend-api-docs.json (#2863)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a2b53cf commit b516684

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

save-backend/backend-api-docs.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15128,8 +15128,7 @@
1512815128
},
1512915129
"VulnerabilityFilter": {
1513015130
"required": [
15131-
"identifierPrefix",
15132-
"isOwner",
15131+
"freeText",
1513315132
"maxCriticality",
1513415133
"minCriticality",
1513515134
"tags"
@@ -15139,11 +15138,21 @@
1513915138
"authorName": {
1514015139
"type": "string"
1514115140
},
15142-
"identifierPrefix": {
15143-
"type": "string"
15141+
"chosenStatuses": {
15142+
"type": "array",
15143+
"items": {
15144+
"type": "string",
15145+
"enum": [
15146+
"APPROVED",
15147+
"AUTO_APPROVED",
15148+
"CREATED",
15149+
"PENDING_REVIEW",
15150+
"REJECTED"
15151+
]
15152+
}
1514415153
},
15145-
"isOwner": {
15146-
"type": "boolean"
15154+
"freeText": {
15155+
"type": "string"
1514715156
},
1514815157
"language": {
1514915158
"type": "string",

0 commit comments

Comments
 (0)