Update an incoming carrier

POST https://api.plivo.com/v1/Account/{{auth_id}}/IncomingCarrier/{carrier_id}/

This API lets you modify an existing incoming carrier set up on your account.

Below is the list of arguments that can be passed in this API request, more information can be found here

ArgumentsDescriptionRequired/Conditional/Optional
nameThe name of the carrier. It is just a representation and the name can be chosen at will.Optional
ip_setComma-separated list of IP addresses from which Plivo should receive incoming calls for the carrier. The complete set of ips will be replaced when the update api is used.Optional

Request Body

{"name"=>"updated_name", "ip_set"=>"100.30.276.37"}