---
title: "Updates thing's configuration."
method: PUT
path: "/things/{thingUID}/config"
tags: ["things"]
---

# Updates thing's configuration.

`PUT /things/{thingUID}/config`

## Path parameters

- `thingUID` string, required

## Headers

- `Accept-Language` string

## Request body

- object

## Response `200`

OK

## Other responses

- `400` — Configuration of the thing is not valid.
- `404` — Thing not found
- `409` — Thing could not be updated as it is not editable.

---

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