From ff93098ec35c13112b9c2eb30729d152a8c8d30c Mon Sep 17 00:00:00 2001 From: John Wang Date: Sat, 26 Sep 2015 17:41:55 -0700 Subject: [PATCH] update mkdocs --- docs/usage/messages/Call-Recordings.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/usage/messages/Call-Recordings.md b/docs/usage/messages/Call-Recordings.md index 7961005..2f7c5fd 100644 --- a/docs/usage/messages/Call-Recordings.md +++ b/docs/usage/messages/Call-Recordings.md @@ -15,10 +15,7 @@ rcsdk = RingCentralSdk::Sdk.new( rcsdk.platform.authorize('myUsername', 'myExtension', 'myPassword') response = rcsdk.platform.client.get do |req| - params = { - :type => 'Voice', - :withRecording => true - } + params = {:type => 'Voice', :withRecording => true} req.url 'account/~/extension/~/call-log', params end