POST
/
flowise
/
settings
/
{instance}
curl --request POST \
  --url https://{server-url}/flowise/settings/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "expire": 20,
  "keywordFinish": "#SAIR",
  "delayMessage": 1000,
  "unknownMessage": "Mensagem não reconhecida",
  "listeningFromMe": false,
  "stopBotFromMe": false,
  "keepOpen": false,
  "debounceTime": 0,
  "ignoreJids": [],
  "flowiseIdFallback": "clyja4oys0a3uqpy7k3bd7swe"
}'
{
  "message": "Configurações da instância do Flowise atualizadas com sucesso"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Body

application/json

Configuração para atualizar as preferências da instância do Flowise

The body is of type object.

Response

200 - application/json

Configurações da instância do Flowise atualizadas com sucesso

The response is of type object.