v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
Transformers

Update transformer

Updates an existing custom transformer with new configuration

put/api/transformers/{transformerId}

Path parameters

transformerIdstring required

Request body

type'custom' required

The type of the transformer (always 'custom' for this interface).

inputTypestring required

The input data type that the transformer accepts.

outputTypestring required

The output data type that the transformer produces.

namestring required

The name of the custom transformer.

descriptionstring required

A description of what the custom transformer does.

customCodestring required

The custom JavaScript code that implements the transformation logic.

languagestring required
timeoutnumber double required

The maximum execution time for the custom code in milliseconds.

Response

Transformer updated successfully