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
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "b75095c",
"generated": "2025-07-31 10:45:49.687"
"spec_repo_commit": "672a533",
"generated": "2025-07-31 18:07:39.883"
}
8 changes: 6 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31780,7 +31780,9 @@ paths:
- security_monitoring_signals_write
/api/v1/security_analytics/signals/{signal_id}/assignee:
patch:
description: Modify the triage assignee of a security signal.
deprecated: true
description: This endpoint is deprecated - Modify the triage assignee of a security
signal.
operationId: EditSecurityMonitoringSignalAssignee
parameters:
- $ref: '#/components/parameters/SignalID'
Expand Down Expand Up @@ -31828,7 +31830,9 @@ paths:
- security_monitoring_signals_write
/api/v1/security_analytics/signals/{signal_id}/state:
patch:
description: Change the triage state of a security signal.
deprecated: true
description: This endpoint is deprecated - Change the triage state of a security
signal.
operationId: EditSecurityMonitoringSignalState
parameters:
- $ref: '#/components/parameters/SignalID'
Expand Down
Loading
Loading