lib/twilio-ruby/rest/ip_messaging/v1/credential.rb in twilio-ruby-5.23.0 vs lib/twilio-ruby/rest/ip_messaging/v1/credential.rb in twilio-ruby-5.23.1

- old
+ new

@@ -1,11 +1,11 @@ ## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / -# +# # frozen_string_literal: true module Twilio module REST class IpMessaging < Domain @@ -111,11 +111,11 @@ # @param [credential.PushService] type The type of push-notification service the # credential is for. Can be: `gcm`, `fcm`, or `apn`. # @param [String] friendly_name A descriptive string that you create to describe # the new resource. It can be up to 64 characters long. # @param [String] certificate [APN only] The URL encoded representation of the - # certificate. For example, + # certificate. For example, # `-----BEGIN CERTIFICATE----- # MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== # -----END CERTIFICATE-----` # @param [String] private_key [APN only] The URL encoded representation of the # private key. For example, @@ -218,11 +218,11 @@ ## # Update the CredentialInstance # @param [String] friendly_name A descriptive string that you create to describe # the resource. It can be up to 64 characters long. # @param [String] certificate [APN only] The URL encoded representation of the - # certificate. For example, + # certificate. For example, # `-----BEGIN CERTIFICATE----- # MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== # -----END CERTIFICATE-----` # @param [String] private_key [APN only] The URL encoded representation of the # private key. For example, @@ -374,10 +374,10 @@ ## # Update the CredentialInstance # @param [String] friendly_name A descriptive string that you create to describe # the resource. It can be up to 64 characters long. # @param [String] certificate [APN only] The URL encoded representation of the - # certificate. For example, + # certificate. For example, # `-----BEGIN CERTIFICATE----- # MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== # -----END CERTIFICATE-----` # @param [String] private_key [APN only] The URL encoded representation of the # private key. For example, \ No newline at end of file