Skip to main content

Deploy a Call Flow Version

POST 

/resources/call_flow/:id/versions

Deploy a Call Flow Version

Request

Path Parameters

    id uuidrequired

    The ID of the Call Flow

Body

required

    anyOf

    document_versioninteger

    The current revision of the call flow.

    Example: 2

Responses

A Call Flow Version

Schema

    iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    created_atdate-time
    Example: 2024-01-02T00:00:00Z
    updated_atdate-time
    Example: 2024-01-02T00:00:00Z
    document_versioninteger

    The current revision of the call flow.

    Example: 1
    flow_datastring
    Example: {}
    relaymlstring

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

    Example: {}