Contents:
Modify the specified outputobject.
Version: v4
Required Permissions
NOTE: Each request to the Trifacta® platform must include authentication credentials. See API Authentication.
Request
Request Type: PUT
Endpoint:
/v4/outputobjects/<id>
Request URI - Example:
/v4/outputobjects/3/
Request Body:
The following changes the running environment used for the outputobject and enables visual profiling. For more information on the available properties, see API OutputObjects Get v4.
{ "execution": "spark", "profiler": true }
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 3, "updater": { "id": 1 }, "updatedAt": "2018-11-08T19:15:07.846Z" }
Reference
For more information on the properties of the outputobject, see API OutputObjects Get v4.
This page has no comments.