lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb in twilio-ruby-5.32.0 vs lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb in twilio-ruby-5.33.0
- old
+ new
@@ -115,10 +115,10 @@
##
# Retrieve a single page of DeploymentInstance records from the API.
# Request is executed immediately.
# @param [String] build_sid The SID of the build for the deployment.
# @return [DeploymentInstance] Newly created DeploymentInstance
- def create(build_sid: nil)
+ def create(build_sid: :unset)
data = Twilio::Values.of({'BuildSid' => build_sid, })
payload = @version.create(
'POST',
@uri,
\ No newline at end of file