Skip to content

Commit

Permalink
Minior grammar updates for endpoint description and placeholder descr…
Browse files Browse the repository at this point in the history
…iptions for recommendation and hasSearchExecution support fields
  • Loading branch information
jrdevore committed Jan 21, 2025
1 parent 5da8688 commit f0b2765
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions openapi-specs/cspm/pia-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Alerts"
],
"summary": "Get Policy Remediation",
"description": "Fetch AI Assisted Remediation and Recommendation content for a given policy. If AI Assisted Remediation is not available, fetch the recommendation content instead. The remediation typically includes actionable steps to mitigate or remediate the identified alert on the asset.",
"description": "Fetch AI-Assisted remediation and recommendation content for a given policy. If AI-Assisted Remediation is not available, fetch the recommendation content instead. The remediation typically includes actionable steps to mitigate or remediate the identified alert on the asset.",
"operationId": "getRemediationForPolicy",
"parameters": [
{
Expand Down Expand Up @@ -207,10 +207,12 @@
"$ref": "#/components/schemas/AiRemediation"
},
"recommendation": {
"type": "string"
"type": "string",
"description": "Placeholder"
},
"hasSearchExecutionSupport": {
"type": "boolean"
"type": "boolean",
"description": "Indicates whether the policy has search execution support"
},
"savedSearchId": {
"type": "string"
Expand Down

0 comments on commit f0b2765

Please sign in to comment.