Flows

Update a Flow

Updates a Flow in a Project. Allows modifying of a Flow's name, description, and locale.

patch/v2.0/flows/{flowId}

Path parameters

flowIdstring required

The unique identifier for the Flow.

Headers

Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Request body

namestring
descriptionstring
contextobject
attachedFlowsstring[]
attachedLexiconsstring[]
imgstring
localeIdstring

Response

The Flow was successfully updated.

Changes