Page tree

Release 6.4.2


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

This is the latest version of the APIs.

Contents:


Update an existing flow based on the specified identifier.

NOTE: You cannot add datasets to the flow through this endpoint. Moving pre-existing datasets into a flow is not supported in this release. Create the flow first and then when you create the datasets, associate them with the flow at the time of creation.


Version:
v4

Required Permissions

The authenticated user must be the owner of the flow that is being updated.

NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.

Request

Request Type: PATCH

Endpoint:

/v4/flows/<id>
ParameterDescription
<id>Internal identifier of the flow to update.

Request URI - Example:

/v4/flows/8

Request Body:

You can modify the following properties. 

{
  "name": "My Flow",
  "description": "This is my flow."
}

NOTE: For the PATCH method, only the properties that are being patched need to be submitted.

Response

Response Status Code - Success:  200 - Ok

Response Body Example:

None.

Reference

For more information on the properties of a flow, see API Flows Get v4.

 

This page has no comments.