PUT
/v1/Assistants/{id}
curl \
--request PUT 'https://assistants.twilio.com/v1/Assistants/{id}' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"customer_ai":{"perception_engine_enabled":true,"personalization_engine_enabled":true},"name":"string","owner":"string","personality_prompt":"string","segment_credential":{"profile_api_key":"string","space_id":"string","write_key":"string"}}'
Request examples
{
"customer_ai": {
"perception_engine_enabled": true,
"personalization_engine_enabled": true
},
"name": "string",
"owner": "string",
"personality_prompt": "string",
"segment_credential": {
"profile_api_key": "string",
"space_id": "string",
"write_key": "string"
}
}
Response examples (200)
{
"account_sid": "string",
"customer_ai": {},
"id": "string",
"model": "string",
"name": "string",
"owner": "string",
"url": "string",
"personality_prompt": "string",
"date_created": "2025-05-04T09:42:00Z",
"date_updated": "2025-05-04T09:42:00Z"
}