Skip to main content

Update Call Flow

PUT 

/resources/call_flows/:id

Updates a Call Flow by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the Call Flow

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

A Call Flow

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    call_flow

    object

    id uuid

    A unique identifier for the Call Flow

    title string

    The name of the Call Flow

    flow_data string
    relayml string

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

    document_version integer

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

Loading...