Skip to content

Commit 10c382b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Deprecate signals triage v1 endpoints (#813)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c54a7d7 commit 10c382b

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.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:24:59.563"
2+
"spec_repo_commit": "ab8171f",
3+
"generated": "2025-07-31 17:38:59.908"
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'

src/datadogV1/api/api_security_monitoring.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ impl SecurityMonitoringAPI {
259259
}
260260
}
261261

262-
/// Modify the triage assignee of a security signal.
262+
/// This endpoint is deprecated - Modify the triage assignee of a security signal.
263263
pub async fn edit_security_monitoring_signal_assignee(
264264
&self,
265265
signal_id: String,
@@ -285,7 +285,7 @@ impl SecurityMonitoringAPI {
285285
}
286286
}
287287

288-
/// Modify the triage assignee of a security signal.
288+
/// This endpoint is deprecated - Modify the triage assignee of a security signal.
289289
pub async fn edit_security_monitoring_signal_assignee_with_http_info(
290290
&self,
291291
signal_id: String,
@@ -419,7 +419,7 @@ impl SecurityMonitoringAPI {
419419
}
420420
}
421421

422-
/// Change the triage state of a security signal.
422+
/// This endpoint is deprecated - Change the triage state of a security signal.
423423
pub async fn edit_security_monitoring_signal_state(
424424
&self,
425425
signal_id: String,
@@ -445,7 +445,7 @@ impl SecurityMonitoringAPI {
445445
}
446446
}
447447

448-
/// Change the triage state of a security signal.
448+
/// This endpoint is deprecated - Change the triage state of a security signal.
449449
pub async fn edit_security_monitoring_signal_state_with_http_info(
450450
&self,
451451
signal_id: String,

0 commit comments

Comments
 (0)