Skip to main content

Update Device Keys

PUT 

/lns/tenants/:tenantId/applications/:applicationId/devices/:deviceId/keys

Update device keys

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

Body

required
    appKey stringrequired

    The app key of device.

    nwkKey string

    The network key of device.

Responses

Schema
    data objectrequired

    Data of the device.

    appkey stringrequired
    nwkKey stringrequired
Loading...