File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
alsdkdefs/apis/remediations Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -1839,6 +1839,7 @@ paths:
18391839 - $ref : ' parameters.yaml#/ParamIncludeExposuresQRI'
18401840 - $ref : ' parameters.yaml#/ParamIncludeFilters'
18411841 - $ref : ' parameters.yaml#/ParamQueryRemediationItemsDetails'
1842+ - $ref : ' parameters.yaml#/ParamQueryRemediationItemsBasicDetails'
18421843 - $ref : ' parameters.yaml#/ParamQueryRemediationItemsGroupByAuditId'
18431844 responses :
18441845 " 200 " :
Original file line number Diff line number Diff line change @@ -262,12 +262,26 @@ ParamQueryRemediationItemsFilter:
262262 asset directly; the `remediation-item` will be included in the result if the combined `categories` of all
263263 exposures attached to the `remediation-item` match the category filter. See the section on
264264 [remediation filters](#section/Remediation-filters) which covers filters in detail.
265+ ParamQueryRemediationItemsBasicDetails :
266+ schema :
267+ $ref : ' #/RemediationItemsBasicDetails'
268+ in : query
269+ name : basic_details
270+ RemediationItemsBasicDetails :
271+ type : boolean
272+ default : false
273+ description : |-
274+ Modifies the `vinstance` `target` asset properties to include a minimal subset of
275+ properties. **Note: `vinstances` are only returned if the `details` parameter is
276+ `true`.**
265277ParamQueryRemediationItemsDetails :
266278 schema :
267- type : boolean
268- default : false
279+ $ref : ' #/RemediationItemsDetails'
269280 in : query
270281 name : details
282+ RemediationItemsDetails :
283+ type : boolean
284+ default : false
271285 description : |-
272286 Controls whether `vinstances` are returned in the response (inside each `exposure`
273287 in the `exposures` property of each `remediation-item`. In order to work,
You can’t perform that action at this time.
0 commit comments