lib/twilio-ruby/rest/api/v2010/account/key.rb in twilio-ruby-5.10.0 vs lib/twilio-ruby/rest/api/v2010/account/key.rb in twilio-ruby-5.10.1
- old
+ new
@@ -174,11 +174,12 @@
KeyInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
end
##
# Update the KeyInstance
- # @param [String] friendly_name The friendly_name
+ # @param [String] friendly_name A descriptive string for this resource, chosen by
+ # your application, up to 64 characters long.
# @return [KeyInstance] Updated KeyInstance
def update(friendly_name: :unset)
data = Twilio::Values.of({'FriendlyName' => friendly_name, })
payload = @version.update(
@@ -272,10 +273,11 @@
context.fetch
end
##
# Update the KeyInstance
- # @param [String] friendly_name The friendly_name
+ # @param [String] friendly_name A descriptive string for this resource, chosen by
+ # your application, up to 64 characters long.
# @return [KeyInstance] Updated KeyInstance
def update(friendly_name: :unset)
context.update(friendly_name: friendly_name, )
end
\ No newline at end of file