Skip to content

Commit

Permalink
update mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Sep 27, 2015
1 parent 410155e commit 2e35d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/messages/Call-Recordings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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

Expand Down

0 comments on commit 2e35d88

Please sign in to comment.