Skip to main content

Update Cellular Module Firmware Configuration (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/machines/:machine_id/cellular_modules/:cellular_module_id/firmware

Update the cellular module firmware configuration.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    machine_id stringrequired

    The ID of the device.

    cellular_module_id stringrequired

    ID of the cellular module.

Body

    cellular_module_image_ids string[]

    The cellular module image ID.

    id string

    The ID of the cellular module firmware.

Responses

Successful Operation

Schema
    cellular_module_image_ids string[]

    The cellular module image ID.

    id string

    The ID of the cellular module firmware.

Loading...