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.

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.