You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Mute properties to apply to the findings.
45096
+
properties:
45097
+
description:
45098
+
description: Additional information about the reason why the findings are muted or unmuted. This field has a limit of 280 characters.
45099
+
example: "To be resolved later."
45100
+
type: string
45101
+
expire_at:
45102
+
description: >-
45103
+
The expiration date of the mute action (Unix ms). It must be set to a value greater than the current timestamp. If this field is not provided, the findings remain muted indefinitely.
45104
+
example: 1778721573794
45105
+
format: int64
45106
+
type: integer
45107
+
is_muted:
45108
+
description: Whether the findings should be muted or unmuted.
45109
+
example: true
45110
+
type: boolean
45111
+
reason:
45112
+
$ref: "#/components/schemas/MuteFindingsReason"
45113
+
description: The reason why the findings are muted or unmuted.
45114
+
required:
45115
+
- is_muted
45116
+
- reason
45117
+
type: object
45118
+
MuteFindingsReason:
45119
+
description: The reason why the findings are muted or unmuted.
45120
+
enum:
45121
+
- PENDING_FIX
45122
+
- FALSE_POSITIVE
45123
+
- OTHER
45124
+
- NO_FIX
45125
+
- DUPLICATE
45126
+
- RISK_ACCEPTED
45127
+
- NO_PENDING_FIX
45128
+
- HUMAN_ERROR
45129
+
- NO_LONGER_ACCEPTED_RISK
45130
+
example: PENDING_FIX
45131
+
type: string
45132
+
x-enum-varnames:
45133
+
- PENDING_FIX
45134
+
- FALSE_POSITIVE
45135
+
- OTHER
45136
+
- NO_FIX
45137
+
- DUPLICATE
45138
+
- RISK_ACCEPTED
45139
+
- NO_PENDING_FIX
45140
+
- HUMAN_ERROR
45141
+
- NO_LONGER_ACCEPTED_RISK
45142
+
MuteFindingsRequest:
45143
+
description: Request to mute or unmute security findings.
description: Unique identifier of the mute request.
45196
+
example: "93bfeb70-af47-424d-908a-948d3f08e37f"
45197
+
type: string
45198
+
type:
45199
+
$ref: "#/components/schemas/MuteDataType"
45200
+
required:
45201
+
- type
45202
+
- id
45203
+
type: object
45085
45204
NotebookCreateData:
45086
45205
description: Notebook creation data
45087
45206
properties:
@@ -119237,6 +119356,74 @@ paths:
119237
119356
permissions:
119238
119357
- security_monitoring_findings_write
119239
119358
- appsec_vm_write
119359
+
/api/v2/security/findings/mute:
119360
+
patch:
119361
+
description: >-
119362
+
Mute or unmute security findings.
119363
+
119364
+
You can mute or unmute up to 100 security findings per request. The request body must include `is_muted` and `reason` attributes. The allowed reasons depend on whether the finding is being muted or unmuted:
119365
+
- To mute a finding: `PENDING_FIX`, `FALSE_POSITIVE`, `OTHER`, `NO_FIX`, `DUPLICATE`, `RISK_ACCEPTED`.
119366
+
- To unmute a finding: `NO_PENDING_FIX`, `HUMAN_ERROR`, `NO_LONGER_ACCEPTED_RISK`, `OTHER`.
"text": "{\"data\":{\"attributes\":{\"mute\":{\"description\":\"To be resolved later.\",\"expire_at\":1778721573794,\"is_muted\":true,\"reason\":\"RISK_ACCEPTED\"}},\"relationships\":{\"findings\":{\"data\":[{\"id\":\"ZGVmLTAwMC0wYmd-MDE4NjcyMDJkMzE4MDE5ODY5MGE4ZmQ2MmFlMjg0Y2M=\",\"type\":\"findings\"}]}},\"type\":\"mute\"}}"
"text": "{\"data\":{\"attributes\":{\"mute\":{\"description\":\"To be resolved later.\",\"expire_at\":1778721573794,\"is_muted\":true,\"reason\":\"RISK_ACCEPTED\"}},\"relationships\":{\"findings\":{\"data\":[{\"id\":\"ZGVmLTAwcC1pZXJ-aS0wZjhjNjMyZDNmMzRlZTgzNw==\",\"type\":\"findings\"}]}},\"type\":\"mute\"}}"
0 commit comments