Minds
Commercial Product Docs
curl --request PUT \ --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots/{chatbotName} \ --header 'Content-Type: application/json' \ --data '{ "chatbot": { "name": "<string>", "database": "<string>", "agent": "<string>" } }'
{ "name": "<string>", "database_name": "<string>", "agent_name": "<string>" }
The name of the project where agent resides
The name of the chatbot
Chatbot was successfully updated
The response is of type object.
object
Was this page helpful?