---
title: "Atualizar configurações"
method: POST
path: "/settings"
tags: ["Settings"]
---

# Atualizar configurações

`POST /settings`

Atualiza as configurações da aplicação.

## Request body

- object
  - `merge` 'always' | 'never' | 'assistant' — Define quando o lead deve ser unificado com outros leads existentes. `always`: Leads com e-mails iguais sempre serão unificados `never`: Leads com e-mails iguais serão duplicados `assistant`: Leads com e-mails iguais serão unificados quando o assistente que capturou as informações for o mesmo

## Response `200`

Successful response

- object
  - `merge` 'always' | 'never' | 'assistant' — Define quando o lead deve ser unificado com outros leads existentes. `always`: Leads com e-mails iguais sempre serão unificados `never`: Leads com e-mails iguais serão duplicados `assistant`: Leads com e-mails iguais serão unificados quando o assistente que capturou as informações for o mesmo
  - `workspaceId` string, required — Identificador do workspace associado
  - `createdAt` string, date-time — Data de criação
  - `updatedAt` string, date-time — Data da última atualização

## Other responses

- `default` — Error response

## Changes

- **2026-08-08** `657ee31042e9` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-07T05:03:51.803Z` to `2026-08-08T00:03:08.689Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-07T05:03:51.803Z` to `2026-08-08T00:03:08.689Z` for the status `200`
- **2026-08-07** `56e532033448` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-06T10:02:07.789Z` to `2026-08-07T05:03:51.803Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-06T10:02:07.789Z` to `2026-08-07T05:03:51.803Z` for the status `200`
- **2026-08-06** `127df5f11c37` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-05T15:02:50.965Z` to `2026-08-06T10:02:07.789Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-05T15:02:50.965Z` to `2026-08-06T10:02:07.789Z` for the status `200`
- **2026-08-05** `26726b519753` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-04T20:16:58.143Z` to `2026-08-05T15:02:50.965Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-04T20:16:58.143Z` to `2026-08-05T15:02:50.965Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/agents/changes/settings/post.md)

---

[API](https://skmtc.dev/rdstationmentoria/apis/agents.md) · [All operations](https://skmtc.dev/rdstationmentoria/apis/agents/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rdstationmentoria/agents/revisions/657ee31042e9/schema)
