Skip to main content
PUT
/
v2
/
assistant
/
update
/
{assistantId}
Update AI Assistant
curl --request PUT \
  --url https://api.voice-agents.miraiminds.co/v2/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": "<string>"
}
'
{
  "assistantId": "<string>",
  "status": "in-process"
}

Authorizations

x-public-key
string
header
required
x-private-key
string
header
required

Headers

x-public-key
string
required
x-private-key
string
required
workspace
string
required

Path Parameters

assistantId
string
required

Body

application/json

Update assistant fields. Variant cannot be changed via this API.

name
string
agentIdentity
object
analysisPlan
object
icpContext
object
callSettings
object
variantConfigs
object
trainingData
object
knowledgeBase
object
additionalFields
object[]

Response

Assistant Update Started

assistantId
string
status
string
Example:

"in-process"