Applications

update application

put/Applications/{ApplicationSid}

Request body

application_sidstring uuid required
namestring required
account_sidstring uuid required
speech_synthesis_vendorstring
speech_synthesis_voicestring
speech_recognizer_vendorstring
speech_recognizer_languagestring

Example request

{
  "call_hook": {
    "url": "https://acme.com",
    "method": "POST"
  },
  "call_status_hook": {
    "url": "https://acme.com",
    "method": "POST"
  },
  "messaging_hook": {
    "url": "https://acme.com",
    "method": "POST"
  }
}

Response

application updated

Changes