POST
/
settings
curl --request POST \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/settings \
  --header 'Content-Type: application/json' \
  --data '{
  "merge": "never"
}'
{
  "merge": "never",
  "workspaceId": "<string>",
  "createdAt": "2025-07-04T18:19:22.565Z",
  "updatedAt": "2025-07-04T18:19:22.565Z"
}

Body

application/json

Response

200
application/json

Successful response

The response is of type object.

POST
/
settings
curl --request POST \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/settings \
  --header 'Content-Type: application/json' \
  --data '{
  "merge": "never"
}'
{
  "merge": "never",
  "workspaceId": "<string>",
  "createdAt": "2025-07-04T18:19:22.565Z",
  "updatedAt": "2025-07-04T18:19:22.565Z"
}

Body

application/json

Response

200
application/json

Successful response

The response is of type object.