Skip to content

Commit 02fc6a5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Deprecate signals triage v1 endpoints (#3246)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent fb9faa4 commit 02fc6a5

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "356ca3c",
3-
"generated": "2025-07-31 15:21:29.271"
2+
"spec_repo_commit": "ab8171f",
3+
"generated": "2025-07-31 17:35:13.885"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31780,7 +31780,9 @@ paths:
3178031780
- security_monitoring_signals_write
3178131781
/api/v1/security_analytics/signals/{signal_id}/assignee:
3178231782
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.
3178431786
operationId: EditSecurityMonitoringSignalAssignee
3178531787
parameters:
3178631788
- $ref: '#/components/parameters/SignalID'
@@ -31828,7 +31830,9 @@ paths:
3182831830
- security_monitoring_signals_write
3182931831
/api/v1/security_analytics/signals/{signal_id}/state:
3183031832
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.
3183231836
operationId: EditSecurityMonitoringSignalState
3183331837
parameters:
3183431838
- $ref: '#/components/parameters/SignalID'

api/datadogV1/api_security_monitoring.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ func (a *SecurityMonitoringApi) AddSecurityMonitoringSignalToIncident(ctx _conte
9797
}
9898

9999
// EditSecurityMonitoringSignalAssignee Modify the triage assignee of a security signal.
100-
// Modify the triage assignee of a security signal.
100+
// This endpoint is deprecated - Modify the triage assignee of a security signal.
101+
//
102+
// Deprecated: This API is deprecated.
101103
func (a *SecurityMonitoringApi) EditSecurityMonitoringSignalAssignee(ctx _context.Context, signalId string, body SignalAssigneeUpdateRequest) (SuccessfulSignalUpdateResponse, *_nethttp.Response, error) {
102104
var (
103105
localVarHTTPMethod = _nethttp.MethodPatch
@@ -178,7 +180,9 @@ func (a *SecurityMonitoringApi) EditSecurityMonitoringSignalAssignee(ctx _contex
178180
}
179181

180182
// EditSecurityMonitoringSignalState Change the triage state of a security signal.
181-
// Change the triage state of a security signal.
183+
// This endpoint is deprecated - Change the triage state of a security signal.
184+
//
185+
// Deprecated: This API is deprecated.
182186
func (a *SecurityMonitoringApi) EditSecurityMonitoringSignalState(ctx _context.Context, signalId string, body SignalStateUpdateRequest) (SuccessfulSignalUpdateResponse, *_nethttp.Response, error) {
183187
var (
184188
localVarHTTPMethod = _nethttp.MethodPatch

0 commit comments

Comments
 (0)