Skip to main content

Update Cellular Module (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/elements/:element_id/cellular_modules/:cellular_module_id

Update a specific cellular module.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    element_id stringrequired

    ID of the element.

    cellular_module_id stringrequired

    ID of the cellular module.

Body

    description

    The description of the cellular module. Max size = 256.

    gps_enable booleanrequired

    Indicates if the GPS is enabled for the cellular module.

    id string

    The ID of the cellular module.

    name stringrequired

    The name of the cellular module. Max size = 128.

    primary_sim integerrequired

    The primary SIM attribute of the cellular module.

    radio_on booleanrequired

    Indicates the radio on attribute.

    tags string[]

    An information field that can be added to identify the cellular module. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    description

    The description of the cellular module. Max size = 256.

    gps_enable booleanrequired

    Indicates if the GPS is enabled for the cellular module.

    id string

    The ID of the cellular module.

    name stringrequired

    The name of the cellular module. Max size = 128.

    primary_sim integerrequired

    The primary SIM attribute of the cellular module.

    radio_on booleanrequired

    Indicates the radio on attribute.

    tags string[]

    An information field that can be added to identify the cellular module. Maximum 10 unique tags of length 1024 each are allowed.

Loading...