Skip to main content

Update cXML Application

PUT 

/resources/cxml_applications/:id

Updates a cXML Application by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the cXML Application

Body

required

    name string
    handle_calls_using string

    Possible values: [script, external_url]

    call_handler_url uri
    call_handler_method string

    Possible values: [POST, GET]

    call_handler_fallback_url uri
    call_handler_fallback_method string

    Possible values: [POST, GET]

    call_status_callback_url uri
    call_status_callback_method string

    Possible values: [POST, GET]

    call_handler_script string

Responses

A cXML Application

Schema

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

    cxml_application

    object

    id uuid

    A unique identifier for the cXML Application

    name string
    handle_calls_using string

    Possible values: [script, external_url]

    call_handler_url uri
    call_handler_method string

    Possible values: [POST, GET]

    call_handler_fallback_url uri
    call_handler_fallback_method string

    Possible values: [POST, GET]

    call_status_callback_url uri
    call_status_callback_method string

    Possible values: [POST, GET]

Loading...