---
title: "Update Transform"
method: PUT
path: "/modules/{moduleId}/transforms/{transformName}"
tags: ["Transforms"]
---

# Update Transform

`PUT /modules/{moduleId}/transforms/{transformName}`

Updates a single transform.
### Authorization Required:
  - Application Update

## Path parameters

- `moduleId` string, required
- `transformName` string, required

## Request body

- TransformPut
  - `name` string, required — Can only contain alphanumerics and hyphens
  - `type` 'njk-xml' | 'njk-pdf' | 'njk-txt' | 'njk' | 'xsl'
  - `io` 'in' | 'out'
  - `template` string

## Response `200`

Transform updated

- TransformResponse
  - `name` string, required
  - `moduleId` string, required
  - `type` 'njk-xml' | 'njk-pdf' | 'njk' | 'xsl', required
  - `io` 'in' | 'out', required
  - `template` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
