File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "spec_repo_commit": "356ca3c ",
3
- "generated": "2025-07-31 15:24 :59.563 "
2
+ "spec_repo_commit": "ab8171f ",
3
+ "generated": "2025-07-31 17:38 :59.908 "
4
4
}
Original file line number Diff line number Diff line change @@ -31780,7 +31780,9 @@ paths:
31780
31780
- security_monitoring_signals_write
31781
31781
/api/v1/security_analytics/signals/{signal_id}/assignee:
31782
31782
patch:
31783
- description: Modify the triage assignee of a security signal.
31783
+ deprecated: true
31784
+ description: This endpoint is deprecated - Modify the triage assignee of a security
31785
+ signal.
31784
31786
operationId: EditSecurityMonitoringSignalAssignee
31785
31787
parameters:
31786
31788
- $ref: '#/components/parameters/SignalID'
@@ -31828,7 +31830,9 @@ paths:
31828
31830
- security_monitoring_signals_write
31829
31831
/api/v1/security_analytics/signals/{signal_id}/state:
31830
31832
patch:
31831
- description: Change the triage state of a security signal.
31833
+ deprecated: true
31834
+ description: This endpoint is deprecated - Change the triage state of a security
31835
+ signal.
31832
31836
operationId: EditSecurityMonitoringSignalState
31833
31837
parameters:
31834
31838
- $ref: '#/components/parameters/SignalID'
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ impl SecurityMonitoringAPI {
259
259
}
260
260
}
261
261
262
- /// Modify the triage assignee of a security signal.
262
+ /// This endpoint is deprecated - Modify the triage assignee of a security signal.
263
263
pub async fn edit_security_monitoring_signal_assignee (
264
264
& self ,
265
265
signal_id : String ,
@@ -285,7 +285,7 @@ impl SecurityMonitoringAPI {
285
285
}
286
286
}
287
287
288
- /// Modify the triage assignee of a security signal.
288
+ /// This endpoint is deprecated - Modify the triage assignee of a security signal.
289
289
pub async fn edit_security_monitoring_signal_assignee_with_http_info (
290
290
& self ,
291
291
signal_id : String ,
@@ -419,7 +419,7 @@ impl SecurityMonitoringAPI {
419
419
}
420
420
}
421
421
422
- /// Change the triage state of a security signal.
422
+ /// This endpoint is deprecated - Change the triage state of a security signal.
423
423
pub async fn edit_security_monitoring_signal_state (
424
424
& self ,
425
425
signal_id : String ,
@@ -445,7 +445,7 @@ impl SecurityMonitoringAPI {
445
445
}
446
446
}
447
447
448
- /// Change the triage state of a security signal.
448
+ /// This endpoint is deprecated - Change the triage state of a security signal.
449
449
pub async fn edit_security_monitoring_signal_state_with_http_info (
450
450
& self ,
451
451
signal_id : String ,
You can’t perform that action at this time.
0 commit comments