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