Skip to main content
GET
/
dify
/
fetchSettings
/
{instance}
Find settings dify bot
curl --request GET \
  --url https://api.zapthinker.com/dify/fetchSettings/{instance} \
  --header 'apikey: <api-key>'
{
  "message": "Configurações do bot Dify atualizadas com sucesso"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

message
string
Example:

"Configurações do bot Dify atualizadas com sucesso"