POST
/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.jsonUpdate a SIP credential
Updates the password for an existing SIP credential. Provide the credential identifiers in the path and submit the replacement Password when changing the credential's SIP authentication secret.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The unique identifier of the Account responsible for the credential. Must be a 34-character identifier matching `^AC[0-9a-fA-F]{32}$`.
CredentialListSidstringrequired
The unique identifier of the credential list containing the credential. Must be a 34-character identifier matching `^CL[0-9a-fA-F]{32}$`.
Sidstringrequired
The unique identifier of the credential to update. Must be a 34-character identifier matching `^CR[0-9a-fA-F]{32}$`.
Form-encoded update details for the SIP credential.
Passwordstringoptional
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`)
200Returns the updated SIP credential, including its identifier, associated Account and credential list identifiers, username, timestamps, and resource URI.
sidstringoptional
A 34 character string that uniquely identifies this resource.
account_sidstringoptional
The unique id of the Account that is responsible for this resource.
credential_list_sidstringoptional
The unique id that identifies the credential list that includes this credential.
usernamestringoptional
The username for this credential.
date_createdstringoptional
The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
date_updatedstringoptional
The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
uristringoptional
The URI for this resource, relative to `https://api.twilio.com`
Error handling
AccountSid, CredentialListSid, and Sid must match the required AC, CL, and CR identifier formats. If supplied, Password must be at least 12 characters, contain at least one digit, and use mixed case.