curl --request PUT \
--url https://api.voice-agents.miraiminds.co/v1/admin/assistant/update/{assistantId} \
--header 'Content-Type: application/json' \
--header 'workspace: <workspace>' \
--header 'x-private-key: <api-key>' \
--header 'x-public-key: <api-key>' \
--data '
{
"name": "My Abandoned Cart Assistant"
}
'{
"assistantId": "<string>"
}Updates an existing assistant’s configuration. All fields are optional — only the provided fields will be updated. The variant type cannot be changed. Any active campaigns for this assistant will be briefly paused and resumed during the update.
curl --request PUT \
--url https://api.voice-agents.miraiminds.co/v1/admin/assistant/update/{assistantId} \
--header 'Content-Type: application/json' \
--header 'workspace: <workspace>' \
--header 'x-private-key: <api-key>' \
--header 'x-public-key: <api-key>' \
--data '
{
"name": "My Abandoned Cart Assistant"
}
'{
"assistantId": "<string>"
}All fields are optional. Variant type cannot be changed.
40Only config can be updated — type cannot be changed.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Combined knowledge base containing both documents and FAQ entries.
Show child attributes
Assistant Updated