---
title: "Set Settings"
method: POST
path: "/settings/set/{instance}"
tags: ["Settings Controller"]
---

# Set Settings

`POST /settings/set/{instance}`

Set settings

## Path parameters

- `instance` string, required

## Request body

- object
  - `rejectCall` boolean, required — Reject calls automatically
  - `msgCall` string, required — Message to be sent when a call is rejected automatically
  - `groupsIgnore` boolean, required — Ignore group messages
  - `alwaysOnline` boolean, required — Always show WhatsApp online
  - `readMessages` boolean, required — Send read receipts
  - `readStatus` boolean, required — See message status
  - `syncFullHistory` boolean, required — Syncronize full WhatsApp history with EvolutionAPI

## Response `201`

Created

- object
  - `settings` object
    - `instanceName` string — The name of the instance.
    - `settings` object
      - `reject_call` boolean — Indicates whether to reject incoming calls.
      - `groups_ignore` boolean — Indicates whether to ignore group messages.
      - `always_online` boolean — Indicates whether to always keep the instance online.
      - `read_messages` boolean — Indicates whether to mark messages as read.
      - `read_status` boolean — Indicates whether to read status updates.
      - `sync_full_history` boolean — Indicates whether to synchronize full message history.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
