---
title: "PUT /v1/projects/{projectId}/settings/{settingId}"
method: PUT
path: "/v1/projects/{projectId}/settings/{settingId}"
tags: ["Settings"]
---

# PUT /v1/projects/{projectId}/settings/{settingId}

`PUT /v1/projects/{projectId}/settings/{settingId}`

## Path parameters

- `projectId` string, required
- `settingId` string, required

## Request body

- GoliothSettingUpdate
  - `value` unknown

## Response `200`

A successful response.

- GoliothUpdateSettingResponse
  - `data` GoliothSetting
    - `blueprintId` string
    - `createdAt` string, date-time
    - `dataType` string
    - `deviceId` string
    - `id` string
    - `key` string
    - `projectId` string
    - `updatedAt` string, date-time
    - `value` unknown

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
