@@ -105,13 +105,16 @@ def edit_security_monitoring_signal_assignee(signal_id, body, opts = {})
105105
106106 # Modify the triage assignee of a security signal.
107107 #
108- # Modify the triage assignee of a security signal.
108+ # This endpoint is deprecated - Modify the triage assignee of a security signal.
109+ #
110+ # @deprecated This API is deprecated.
109111 #
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 ...'
@@ -177,13 +180,16 @@ def edit_security_monitoring_signal_state(signal_id, body, opts = {})
177180
178181 # Change the triage state of a security signal.
179182 #
180- # 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.
181186 #
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