@@ -107,11 +107,14 @@ def edit_security_monitoring_signal_assignee(signal_id, body, opts = {})
107107 #
108108 # Modify the triage assignee of a security signal.
109109 #
110+ # @deprecated This API is deprecated.
111+ #
110112 # @param signal_id [String] The ID of the signal.
111113 # @param body [SignalAssigneeUpdateRequest] Attributes describing the signal update.
112114 # @param opts [Hash] the optional parameters
113115 # @return [Array<(SuccessfulSignalUpdateResponse, Integer, Hash)>] SuccessfulSignalUpdateResponse data, response status code and response headers
114116 def edit_security_monitoring_signal_assignee_with_http_info ( signal_id , body , opts = { } )
117+ warn "[DEPRECATION] `EditSecurityMonitoringSignalAssignee` is deprecated."
115118
116119 if @api_client . config . debugging
117120 @api_client . config . logger . debug 'Calling API: SecurityMonitoringAPI.edit_security_monitoring_signal_assignee ...'
@@ -179,11 +182,14 @@ def edit_security_monitoring_signal_state(signal_id, body, opts = {})
179182 #
180183 # Change the triage state of a security signal.
181184 #
185+ # @deprecated This API is deprecated.
186+ #
182187 # @param signal_id [String] The ID of the signal.
183188 # @param body [SignalStateUpdateRequest] Attributes describing the signal update.
184189 # @param opts [Hash] the optional parameters
185190 # @return [Array<(SuccessfulSignalUpdateResponse, Integer, Hash)>] SuccessfulSignalUpdateResponse data, response status code and response headers
186191 def edit_security_monitoring_signal_state_with_http_info ( signal_id , body , opts = { } )
192+ warn "[DEPRECATION] `EditSecurityMonitoringSignalState` is deprecated."
187193
188194 if @api_client . config . debugging
189195 @api_client . config . logger . debug 'Calling API: SecurityMonitoringAPI.edit_security_monitoring_signal_state ...'
0 commit comments