---
title: "Set the value of a setting"
method: POST
path: "/settings/{settingId}"
tags: ["Settings"]
---

# Set the value of a setting

`POST /settings/{settingId}`

Set the current value of a specific setting

## Path parameters

- `settingId` string, required

## Request body

- object
  - `value` string — New value of the setting

## Response `200`

Settings

- object
  - `id` string, required — Id of the setting
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'modifySetting', required — The id of the action
  - `data` object, required — Information about the setting
    - `settingId` string — Id and value of the property

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/versions/eab988254fba/schema)
