curl --request PUT \
--url https://{server-url}/evolutionBot/update/:evolutionBotId/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"enabled": true,
"apiUrl": "<string>",
"apiKey": "<string>",
"triggerType": "<string>",
"triggerOperator": "<string>",
"triggerValue": "<string>",
"expire": 123,
"keywordFinish": "<string>",
"delayMessage": 123,
"unknownMessage": "<string>",
"listeningFromMe": true,
"stopBotFromMe": true,
"keepOpen": true,
"debounceTime": 123,
"ignoreJids": [
"<string>"
]
}'
{
"message": "Sucess"
}
curl --request PUT \
--url https://{server-url}/evolutionBot/update/:evolutionBotId/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"enabled": true,
"apiUrl": "<string>",
"apiKey": "<string>",
"triggerType": "<string>",
"triggerOperator": "<string>",
"triggerValue": "<string>",
"expire": 123,
"keywordFinish": "<string>",
"delayMessage": 123,
"unknownMessage": "<string>",
"listeningFromMe": true,
"stopBotFromMe": true,
"keepOpen": true,
"debounceTime": 123,
"ignoreJids": [
"<string>"
]
}'
{
"message": "Sucess"
}
Your authorization key header
ID of the Evolution Bot to update
Name of the instance
Evo bot atualizado com sucesso
The response is of type object
.