v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Transformations

Update a transformation

This endpoint updates a transformation.

put/transformations/{id}

Path parameters

idstring required

Transformation ID

Request body

namestring

A unique, human-friendly name for the transformation

codestring

JavaScript code to be executed

envobject

Key-value environment variables to be passed to the transformation

Response

A single transformation

idstring required

ID of the transformation

team_idstring required

ID of the project

namestring required

A unique, human-friendly name for the transformation

codestring required

JavaScript code to be executed

encrypted_envstring nullable
ivstring nullable
envobject nullable

Key-value environment variables to be passed to the transformation

updated_atstring date-time required

Date the transformation was last updated

created_atstring date-time required

Date the transformation was created