Method: PureCloud::SocialsApi#post_participants_participant_id_replace

Defined in:
lib/purecloud/api/socials_api.rb

#post_participants_participant_id_replace(conversation_id, participant_id, opts = {}) ⇒ nil

Replace this participant with the specified user and/or address

Parameters:

  • conversation_id

    conversation ID

  • participant_id

    participant ID

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

    the optional parameters

Options Hash (opts):

Returns:

  • (nil)


218
219
220
221
# File 'lib/purecloud/api/socials_api.rb', line 218

def post_participants_participant_id_replace(conversation_id, participant_id, opts = {})
  post_participants_participant_id_replace_with_http_info(conversation_id, participant_id, opts)
  return nil
end