We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b53cf commit b516684Copy full SHA for b516684
1 file changed
save-backend/backend-api-docs.json
@@ -15128,8 +15128,7 @@
15128
},
15129
"VulnerabilityFilter": {
15130
"required": [
15131
- "identifierPrefix",
15132
- "isOwner",
+ "freeText",
15133
"maxCriticality",
15134
"minCriticality",
15135
"tags"
@@ -15139,11 +15138,21 @@
15139
15138
"authorName": {
15140
"type": "string"
15141
15142
- "identifierPrefix": {
15143
- "type": "string"
+ "chosenStatuses": {
+ "type": "array",
+ "items": {
15144
+ "type": "string",
15145
+ "enum": [
15146
+ "APPROVED",
15147
+ "AUTO_APPROVED",
15148
+ "CREATED",
15149
+ "PENDING_REVIEW",
15150
+ "REJECTED"
15151
+ ]
15152
+ }
15153
- "isOwner": {
- "type": "boolean"
15154
+ "freeText": {
15155
+ "type": "string"
15156
15157
"language": {
15158
"type": "string",
0 commit comments