Path parameters
-
The SID of the Assistant that is the parent of the resource to update.
POST /v1/Assistants/{AssistantSid}/Defaults
curl \
-X POST https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Defaults \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded"
Request example
{}
Request examples
{}
Response examples (200)
{
"account_sid": "string",
"assistant_sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"assistant_sid": "string",
"url": "https://example.com"
}