lib/twilio-ruby/rest/fax/v1/fax.rb in twilio-ruby-5.12.0 vs lib/twilio-ruby/rest/fax/v1/fax.rb in twilio-ruby-5.12.1

- old
+ new

@@ -152,11 +152,12 @@ # Retrieve a single page of FaxInstance records from the API. # Request is executed immediately. # @param [String] to The phone number or SIP address to send the fax to, # E.164-formatted. # @param [String] media_url The HTTP or HTTPS URL where the fax media PDF resides - # (see our [security](https://www.twilio.com/docs/security) page for information - # on how to ensure the request for your media comes from Twilio) + # that Twilio will make a GET request to. (See our + # [security](https://www.twilio.com/docs/security) page for information on how to + # ensure the request for your media comes from Twilio) # @param [fax.Quality] quality A [quality # value](https://www.twilio.com/docs/api/fax/rest/faxes#fax-quality-values), which # defaults to `fine` # @param [String] status_callback A [status # callback](https://www.twilio.com/docs/api/fax/rest/faxes#fax-status-callback) \ No newline at end of file