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_version integer

    The current revision of the call flow.

    Example: 2

Responses

A Call Flow Version

Schema

    id uuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    created_at date-time
    Example: 2024-01-02T00:00:00Z
    updated_at date-time
    Example: 2024-01-02T00:00:00Z
    document_version integer

    The current revision of the call flow.

    Example: 1
    flow_data string
    Example: {}
    relayml string

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

    Example: {}