lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-5.48.0 vs lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-5.49.0

- old
+ new

@@ -18,11 +18,11 @@ ## # Initialize the ChallengeList # @param [Version] version Version that contains the resource # @param [String] service_sid The unique SID identifier of the Service. # @param [String] identity Customer unique identity for the Entity owner of the - # Challenge + # Challenge. This value must be between 8 and 64 characters long. # @return [ChallengeList] ChallengeList def initialize(version, service_sid: nil, identity: nil) super(version) # Path Solution @@ -206,11 +206,12 @@ # Initialize the ChallengeContext # @param [Version] version Version that contains the resource # @param [String] service_sid The unique SID identifier of the Service. # @param [String] identity The unique external identifier for the Entity of the # Service. This identifier should be immutable, not PII, and generated by your - # external system, such as your user's UUID, GUID, or SID. + # external system, such as your user's UUID, GUID, or SID. This value must be + # between 8 and 64 characters long. # @param [String] sid A 34 character string that uniquely identifies this # Challenge. # @return [ChallengeContext] ChallengeContext def initialize(version, service_sid, identity, sid) super(version) @@ -276,10 +277,10 @@ # Initialize the ChallengeInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio # @param [String] service_sid The unique SID identifier of the Service. # @param [String] identity Customer unique identity for the Entity owner of the - # Challenge + # Challenge. This value must be between 8 and 64 characters long. # @param [String] sid A 34 character string that uniquely identifies this # Challenge. # @return [ChallengeInstance] ChallengeInstance def initialize(version, payload, service_sid: nil, identity: nil, sid: nil) super(version) \ No newline at end of file