Skip to content

Commit

Permalink
added findingsId as shared by Ganesh
Browse files Browse the repository at this point in the history
  • Loading branch information
AbiMano4688 committed Nov 2, 2023
1 parent d652b2d commit 836a900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions openapi-specs/cspm/Alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,10 @@
}
]
},
"findingId": {
"description": "Policy Id to remediate finding for an attack path alert",
"type": "string"
},
"policies": {
"description": "List of policy IDs. A single policy ID is required if no alerts are specified.",
"items": {
Expand Down
4 changes: 2 additions & 2 deletions openapi-specs/cspm/CloudAccountsMicroService.json
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@
"properties": {
"name": {
"type": "string",
"description": "Feature name obtained from **[Fetch Supported Features endpoint](/prisma-cloud/api/cspm/fetch-supported-features)**",
"description": "Feature name which has to be enabled or disabled.",
"example": "Remediation",
"enum": [
"Agentless Scanning",
Expand All @@ -2987,7 +2987,7 @@
},
"state": {
"type": "string",
"description": "Feature state whether to be enabled or disabled",
"description": "Feature state whether to be enabled or disabled.",
"enum": [
"enabled",
"disabled"
Expand Down

0 comments on commit 836a900

Please sign in to comment.