update
Replace a call flow resource. Uses PUT for full replacement.
Path parameters
id
Unique ID of a Call Flow.
Request
document_version
The current revision of the call flow. Must equal the call flow's existing `document_version + 1`.
flow_data
Call Flow Builder state, stored as an opaque JSON object.
relayml
The calling SWML document this Call Flow should execute. Uses [calling SWML methods](/docs/swml/reference/calling).
title
The name of the Call Flow
Response
id
Unique ID of the Call Flow.
project_id
Unique ID of the Project.
display_name
Display name of the Call Flow Fabric Resource
type
Type of the Fabric Resource
created_at
Date and time when the resource was created.
updated_at
Date and time when the resource was updated.
call_flow
Call Flow data.
Response Example
Response