Link a language translation to one or more devices.

The device_id parameter can be: * a Device ID. * an array of Device IDs.

OR

The unit_id parameter can be: * a Unit ID. * an array of Unit IDs.

Examples

{
  "status": "success",
  "message": "success",
  "result": [
      DEVICE_ID_1,
      DEVICE_ID_2
  ]
}

Params

Param name Description
project_id
required

The ID of the language translation.

Validations:

  • Must be a Integer

device_id
optional

The Device ID of the device(s).

Validations:

  • Must be a Integer

unit_id
optional

The Unit ID of the device(s).

Validations:

  • Must be a Integer