v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Transformations

Create/Update a transformation

This endpoint creates a transformation, or updates an existing transformation by name.

put/transformations

Request body

namestring required

A unique, human-friendly name for the transformation

codestring required

JavaScript code to be executed as string

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