lib/twilio-ruby/rest/api.rb in twilio-ruby-5.8.0 vs lib/twilio-ruby/rest/api.rb in twilio-ruby-5.8.1
- old
+ new
@@ -109,10 +109,11 @@
def incoming_phone_numbers(sid=:unset)
self.account.incoming_phone_numbers(sid)
end
##
- # @param [String] sid The sid
+ # @param [String] sid A 34 character string that uniquely identifies this API Key.
+ # You will use this as the basic-auth `user` when authenticating to the API.
# @return [Twilio::REST::Api::V2010::AccountContext::KeyInstance] if sid was passed.
# @return [Twilio::REST::Api::V2010::AccountContext::KeyList]
def keys(sid=:unset)
self.account.keys(sid)
end
\ No newline at end of file