patch

HTTP Request

PATCH /api/v1/transforms/:transformReference

Path parameters

Parameter

transformReference

A qualified reference to the transform. See referencing resources for more information.

This endpoint extends the general API structure

Request body

Provide a JSON object with information about the table.

Property name
Type
Description

name

string

The updated name of the transform. Must be unique (non-word characters ignored) within the workflow.

sourceTable

string

The qualified reference for the transform's new source table.

Authorization

Edit access to the corresponding workflow is required. Your access token must have the following scope:

  • workflow.edit

Learn more about authorization.

Response body

Returns the JSON-encoded "get" representation of a transform resource.

Last updated

Was this helpful?