File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
packages/datadog-api-client-v1/apis Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "spec_repo_commit": "356ca3c ",
3- "generated": "2025-07-31 15:20:51.731 "
2+ "spec_repo_commit": "ab8171f ",
3+ "generated": "2025-07-31 17:34:54.078 "
44}
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ export class SecurityMonitoringApi {
460460 }
461461
462462 /**
463- * Modify the triage assignee of a security signal.
463+ * This endpoint is deprecated - Modify the triage assignee of a security signal.
464464 * @param param The request object
465465 */
466466 public editSecurityMonitoringSignalAssignee (
@@ -485,7 +485,7 @@ export class SecurityMonitoringApi {
485485 }
486486
487487 /**
488- * Change the triage state of a security signal.
488+ * This endpoint is deprecated - Change the triage state of a security signal.
489489 * @param param The request object
490490 */
491491 public editSecurityMonitoringSignalState (
You can’t perform that action at this time.
0 commit comments