provider Api20100401SipIpAddress POST /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
Update an IpAddress resource.
Update an IpAddress resource.
AccountSid path required
The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
string
IpAccessControlListSid path required
The IpAccessControlList Sid that identifies the IpAddress resources to update.
string
Sid path required
A 34 character string that identifies the IpAddress resource to update.
string

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updatesipipaddress
POST/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
Update an IpAddress resource.

Parameters

required

The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.

required

The IpAccessControlList Sid that identifies the IpAddress resources to update.

required

A 34 character string that identifies the IpAddress resource to update.

Input

An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today.

A human readable descriptive text for this resource, up to 255 characters long.

An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.updatesipipaddress()