Method: PureCloud::AlertingApi#put_alerting_interactionstats_alert

Defined in:
lib/purecloudplatformclientv2/api/alerting_api.rb

#put_alerting_interactionstats_alert(alert_id, body, opts = {}) ⇒ UnreadStatus

Update an interaction stats alert read status

Parameters:

  • alert_id

    Alert ID

  • body

    InteractionStatsAlert

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :expand (Array<String>)

    Which fields, if any, to expand

Returns:



622
623
624
625
# File 'lib/purecloudplatformclientv2/api/alerting_api.rb', line 622

def put_alerting_interactionstats_alert(alert_id, body, opts = {})
  data, _status_code, _headers = put_alerting_interactionstats_alert_with_http_info(alert_id, body, opts)
  return data
end