Add a new transformer to a database

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

db_idintegerRequired
ID of the database

Headers

x-api-keystringRequired

Request

The database parameters
enabledbooleanOptional
Whether the transformer is executed
field_namestringOptional
The name of the field to transform
selectorstringOptional

The transformer selector (‘if’)

transformerstringOptional

The transformer output (‘then’)

export_idlist of integersOptional

The export ID to apply the transformer to (empty if all)

Response headers

Content-Typestring

Response

successful operation