Update signing key

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

TODO: Resource-level docs

Path parameters

application/x-www-form-urlencoded

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • date_created string(date-time-rfc-2822) | null
    • date_updated string(date-time-rfc-2822) | null
    • friendly_name string | null
    • sid string | null

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^SK[0-9a-fA-F]{32}$.

POST /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json
curl \
 -X POST https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json \
 --user "username:password" \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -d 'FriendlyName=string'
Request example
{
  "FriendlyName": "string"
}
Response examples (200)
{
  "date_created": "string",
  "date_updated": "string",
  "friendly_name": "string",
  "sid": "string"
}