cURL
curl --request POST \ --url https://app.indexing.co/dw/transformations/{name} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "code": "<string>" } '
{ "message": "<string>" }
Create or update transformation code
Transformation to save
"function transform(block) { ... }"
success