n8n Controller
Create a new n8n bot instance
Update bot n8n
put/n8n/update/:n8nId/{instance}
Path parameters
instancestring required
Name of the instance
n8nIdstring required
Id bot n8n
Request body
Response
n8n bot instance created successfully
Example response
{
"message": "n8n bot instance created successfully"
}