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.
{
  "status": "success",
  "message": "success",
  "result": [
      DEVICE_ID_1,
      DEVICE_ID_2
  ]
}
  | Param name | Description | 
|---|---|
| 
      project_id  required  | 
    
      
 The ID of the language translation. Validations: 
  | 
  
| 
      device_id  optional  | 
    
      
 The Device ID of the device(s). Validations: 
  | 
  
| 
      unit_id  optional  | 
    
      
 The Unit ID of the device(s). Validations: 
  |