provider Api20100401Address POST /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update.
string
Sid path required
The Twilio-provided string that uniquely identifies the Address 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.

updateaddress
POST/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update.

required

The Twilio-provided string that uniquely identifies the Address resource to update.

Input

A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses.

The name to associate with the address.

The number and street address of the address.

The city of the address.

The state or region of the address.

The postal code of the address.

Whether to enable emergency calling on the address. Can be: `true` or `false`.

Whether we should automatically correct the address. Can be: `true` or `false` and the default is `true`. If empty or `true`, we will correct the address you provide if necessary. If `false`, we won't alter the address you provide.

The additional number and street address of the address.

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.updateaddress()