provider Api20100401ConnectApp POST /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
Update a connect-app with the specified parameters
Update a connect-app with the specified parameters
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update.
string
Sid path required
The Twilio-provided string that uniquely identifies the ConnectApp 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.

updateconnectapp
POST/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
Update a connect-app with the specified parameters

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update.

required

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

Input

The URL to redirect the user to after we authenticate the user and obtain authorization to access the Connect App.

The company name to set for the Connect App.

The HTTP method to use when calling `deauthorize_callback_url`.

The URL to call using the `deauthorize_callback_method` to de-authorize the Connect App.

A description of the Connect App.

A descriptive string that you create to describe the resource. It can be up to 64 characters long.

A public URL where users can obtain more information about this Connect App.

A comma-separated list of the permissions you will request from the users of this ConnectApp. Can include: `get-all` and `post-all`.

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