Update Phone Delivery Settings (Twilio)
PUT {{apiPath}}/environments/{{envID}}/notificationsSettings/phoneDeliverySettings/{{phoneDeliverySettingsID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Phone Delivery Settings (Twilio).
Request Body
{"id"=>"updatedTwilioPhoneDeliverySettingsId", "sid"=>"updatedSid", "provider"=>"CUSTOM_TWILIO", "numbers"=>[{"type"=>"SHORT_CODE", "capabilities"=>["SMS"], "selected"=>true, "available"=>true, "number"=>"894546"}, {"type"=>"SHORT_CODE", "capabilities"=>["SMS"], "selected"=>false, "available"=>true, "number"=>"894545", "supportedCountries"=>["CA"]}, {"type"=>"TOLL_FREE", "capabilities"=>["SMS", "VOICE"], "selected"=>true, "available"=>true, "number"=>"+18544440099", "supportedCountries"=>["US", "CA"]}, {"type"=>"TOLL_FREE", "capabilities"=>["SMS", "VOICE"], "selected"=>false, "available"=>true, "number"=>"+18544440098", "supportedCountries"=>["ALL"]}, {"type"=>"PHONE_NUMBER", "capabilities"=>["SMS", "VOICE"], "selected"=>true, "available"=>true, "number"=>"+172544440091"}, {"type"=>"PHONE_NUMBER", "capabilities"=>["SMS", "VOICE"], "selected"=>true, "available"=>true, "number"=>"+972544440099"}]}