Skip to main content

Update LAML Application

PUT 

/resources/laml_applications/:id

Updates a LAML Application by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the LAML Application

Body

required

    name string
    call_request_url uri
    call_request_method string

    Possible values: [GET, POST]

    call_fallback_url uri
    call_fallback_method string

    Possible values: [GET, POST]

    call_status_url uri
    call_status_method string

    Possible values: [GET, POST]

    message_request_url uri
    message_request_method string

    Possible values: [GET, POST]

    message_fallback_url uri
    message_fallback_method string

    Possible values: [GET, POST]

    message_status_url uri
    message_status_method string

    Possible values: [GET, POST]

Responses

A LAML Application

Schema

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

    laml_application

    object

    id uuid

    A unique identifier for the LAML Application

    account_sid uuid
    voice_url uri
    voice_method string

    Possible values: [GET, POST]

    voice_fallback_url uri
    voice_fallback_method string

    Possible values: [GET, POST]

    status_callback uri
    status_callback_method string

    Possible values: [GET, POST]

    voice_caller_id_lookup
    sms_url uri
    sms_method string

    Possible values: [GET, POST]

    sms_fallback_url uri
    sms_fallback_method string

    Possible values: [GET, POST]

    sms_status_callback uri
    sms_status_callback_method string

    Possible values: [GET, POST]

    message_status_callback uri
    api_version string
    uri string
    request_url uri
    display_name string
Loading...