Dify Controller
Create a new Dify bot instance
Update bot Dify
put/dify/update/:difyId/{instance}
Path parameters
instancestring required
Name of the instance
difyIdstring required
Id bot dify
Request body
Response
Bot instance created successfully
Example response
{
"message": "Bot instance created successfully"
}