lib/twilio-ruby/rest/supersim/v1/sim.rb in twilio-ruby-5.53.0 vs lib/twilio-ruby/rest/supersim/v1/sim.rb in twilio-ruby-5.54.0
- old
+ new
@@ -28,10 +28,10 @@
##
# Create the SimInstance
# @param [String] iccid The
# {ICCID}[https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID] of the
# Super SIM to be added to your Account.
- # @param [String] registration_code The 10 digit code required to claim the Super
+ # @param [String] registration_code The 10-digit code required to claim the Super
# SIM for your Account.
# @return [SimInstance] Created SimInstance
def create(iccid: nil, registration_code: nil)
data = Twilio::Values.of({'Iccid' => iccid, 'RegistrationCode' => registration_code, })
\ No newline at end of file