provider Api20100401Credential POST /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
Update a credential resource.
Update a credential resource.
AccountSid path required
The unique id of the Account that is responsible for this resource.
string
CredentialListSid path required
The unique id that identifies the credential list that includes this credential.
string
Sid path required
The unique id that identifies the resource to update.
string

Try it

Authentication
Configure credentials for Twilio - Api
updatesipcredential
POST/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
Update a credential resource.

Parameters

required

The unique id of the Account that is responsible for this resource.

required

The unique id that identifies the credential list that includes this credential.

required

The unique id that identifies the resource to update.

Input

The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`)

Configure credentials above to enable sending.

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

TypeScript

import twilio from '@utdk/twilio';

await twilio.updatesipcredential()