GET
/
dify
/
fetchSettings
/
{instance}
curl --request GET \
  --url https://{server-url}/dify/fetchSettings/{instance} \
  --header 'apikey: <api-key>'
{
  "message": "Configurações do bot Dify atualizadas com sucesso"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Response

200 - application/json

Configurações do bot Dify atualizadas com sucesso.

The response is of type object.