Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-14 14:10:44.921491",
"spec_repo_commit": "5cabc1c5"
"regenerated": "2024-11-14 18:22:45.968041",
"spec_repo_commit": "f35f7750"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-14 14:10:44.940096",
"spec_repo_commit": "5cabc1c5"
"regenerated": "2024-11-14 18:22:45.988464",
"spec_repo_commit": "f35f7750"
}
}
}
7 changes: 4 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36247,9 +36247,10 @@ paths:
- Roles
/api/v2/posture_management/findings:
get:
description: "Get a list of CSPM findings.\n\n### Filtering\n\nFilters can be
applied by appending query parameters to the URL.\n\n - Using a single filter:
`?filter[attribute_key]=attribute_value`\n - Chaining filters: `?filter[attribute_key]=attribute_value&filter[attribute_key]=attribute_value...`\n
description: "Get a list of findings. These include both misconfigurations and
identity risks.\n\n### Filtering\n\nFilters can be applied by appending query
parameters to the URL.\n\n - Using a single filter: `?filter[attribute_key]=attribute_value`\n
\ - Chaining filters: `?filter[attribute_key]=attribute_value&filter[attribute_key]=attribute_value...`\n
\ - Filtering on tags: `?filter[tags]=tag_key:tag_value&filter[tags]=tag_key_2:tag_value_2`\n\nHere,
`attribute_key` can be any of the filter keys described further below.\n\nQuery
parameters of type `integer` support comparison operators (`>`, `>=`, `<`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4823,7 +4823,7 @@ export class SecurityMonitoringApi {
}

/**
* Get a list of CSPM findings.
* Get a list of findings. These include both misconfigurations and identity risks.
*
* ### Filtering
*
Expand Down
Loading