---
title: "Update a connect-app with the specified parameters"
method: POST
path: "/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json"
tags: ["Api20100401ConnectApp"]
---

# Update a connect-app with the specified parameters

`POST /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json`

Update a connect-app with the specified parameters

## Path parameters

- `AccountSid` string, required
- `Sid` string, required

## Response `200`

OK

- ApiV2010AccountConnectApp
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource.
  - `authorize_redirect_url` string, uri, nullable — The URL we redirect the user to after we authenticate the user and obtain authorization to access the Connect App.
  - `company_name` string, nullable — The company name set for the Connect App.
  - `deauthorize_callback_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `deauthorize_callback_url`.
  - `deauthorize_callback_url` string, uri, nullable — The URL we call using the `deauthorize_callback_method` to de-authorize the Connect App.
  - `description` string, nullable — The description of the Connect App.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `homepage_url` string, uri, nullable — The public URL where users can obtain more information about this Connect App.
  - `permissions` ConnectAppEnumPermission[], nullable — The set of permissions that your ConnectApp requests.
  - `sid` string, nullable — The unique string that that we created to identify the ConnectApp resource.
  - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/a6753266b8b0/schema)
