v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Settings Controller

Set Settings

Set settings

post/settings/set/{instance}

Path parameters

instancestring required

Name of the instance

Request body

rejectCallboolean required

Reject calls automatically

msgCallstring required

Message to be sent when a call is rejected automatically

groupsIgnoreboolean required

Ignore group messages

alwaysOnlineboolean required

Always show WhatsApp online

readMessagesboolean required

Send read receipts

readStatusboolean required

See message status

syncFullHistoryboolean required

Syncronize full WhatsApp history with EvolutionAPI

Response

Created

Example response

{
  "settings": {
    "instanceName": "teste-docs",
    "settings": {
      "reject_call": true,
      "groups_ignore": true,
      "always_online": true,
      "read_messages": true,
      "read_status": true,
      "sync_full_history": false
    }
  }
}