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 0be69e8 commit ff93098
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/usage/messages/Call-Recordings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff93098

Please sign in to comment.