Create/Update OR Delete transformed data overrides for a specific export in a database. A primary key must be set for the database.
Create/Update OR Delete transformed data overrides for a specific export in a database. A primary key must be set for the database.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
db_id
ID of the database to get transformed data from
export_id
ID of the export to add transformed data to (0 if all)
Headers
x-api-key
Request
Create/Update or Delete transformed data overrides (TDOs)
data_row_id
The id of the TDO
join_value
The value of the primary-key-column in the target data row
override_field
The target column to override
override_value
The value that column will be set to
delete
Set to ‘true’ to specify deletion of given TDO. Note: deletes and creates/updates must be done in separate requests.
Response
Success
row_added
The count of TDOs successfully created and/or updated
tdos_ignored
The count of TDOs ignored in this request due to the override_field being empty or not matching an export field
Errors
400
Bad Request Error