Skip to main content

Update Call Flow

Updates a Call Flow by ID.

Path Parameters
id uuid REQUIRED

The ID of the Call Flow

Request Body REQUIRED
title string

The name of the Call Flow

document_version integer

The current revision of the call flow. Every update must increase this number.

Responses
200

A Call Flow

Schema OPTIONAL
id uuid OPTIONAL
project_id uuid OPTIONAL
display_name string OPTIONAL
type string OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
call_flow object OPTIONAL
id uuid OPTIONAL

A unique identifier for the Call Flow

title string OPTIONAL

The name of the Call Flow

flow_data string OPTIONAL
relayml string OPTIONAL

A SWML document. For more information on SWML, please go to https://developer.signalwire.com/sdks/reference/swml/introduction/

document_version integer OPTIONAL

The current revision of the call flow. Every update must increase this number.

422

Unprocessable Entity

Schema OPTIONAL
type string
code string
message string
attribute string OPTIONAL
url uri