v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBAssistants
Update assistant information
Updates the basic information and configuration of an existing AI assistant
put/assist-ai/update_assistant_info/{assistant_id}
Path parameters
assistant_idstring uuid required
Unique identifier of the assistant
Request body
Example request
{
"name": "Updated Assistant Name",
"question_suggestions": true,
"initial_question": "How can I help you?",
"prompt": "You are a helpful video assistant",
"status": "active"
}Response
Assistant AI updated successfully
Example response
{
"message": "Assistant AI updated successfully"
}