---
title: "Update stream transform"
method: POST
path: "/inlong/manager/api/transform/update"
tags: ["Stream-Transform-API"]
---

# Update stream transform

`POST /inlong/manager/api/transform/update`

## Request body

- StreamTransformRequest
  - `fieldList` StreamFieldConfiguration[] — Field list
    - `extParams` string — Extra Param in JSON style
    - `fieldComment` string — Field comment
    - `fieldFormat` string — Field format, including: MICROSECONDS, MILLISECONDS, SECONDS, SQL, ISO_8601 and custom such as 'yyyy-MM-dd HH:mm:ss'. This is mainly used for time format
    - `fieldName` string, required — Field name
    - `fieldType` string, required — Field type
    - `fieldValue` string — Field value for constants
    - `id` integer — Field index
    - `inlongGroupId` string, required — inlong group id
    - `inlongStreamId` string, required — inlong stream id
    - `isMetaField` integer — Is this field a meta field, 0: no, 1: yes
    - `isPredefinedField` integer — Is predefined field, 1: yes, 0: no
    - `metaFieldName` string — Meta field name
    - `originFieldName` string — Origin field name before transform operation
    - `originNodeName` string — Origin node name which stream fields belong
    - `preExpression` string — Value expression of predefined field
  - `id` integer — Primary key
  - `inlongGroupId` string — Inlong group id
  - `inlongStreamId` string — Inlong stream id
  - `postNodeNames` string — Post node names of transform in this stream, join by ','
  - `preNodeNames` string — Pre node names of transform in this stream, join by ','
  - `transformDefinition` string — Transform definition in json type
  - `transformName` string — Transform name, unique in one stream
  - `transformType` string — Transform type, including: splitter, filter, joiner, etc.
  - `version` integer — Version of transform

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/apache/apis/untitled-api-2.md) · [All operations](https://skmtc.dev/apache/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/untitled-api-2/revisions/41c687f48683/schema)
