---
title: "Put a single transformation"
method: PUT
path: "/transformations/{uid}"
tags: ["transformations"]
---

# Put a single transformation

`PUT /transformations/{uid}`

## Path parameters

- `uid` string, required

## Request body

- TransformationDTO
  - `uid` string
  - `label` string
  - `type` string
  - `configuration` object
  - `editable` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request (content missing or invalid)
- `405` — Transformation 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/revisions/0f2ce17cab3e/schema)
