|
@@ -80,7 +80,10 @@ export default {
|
|
|
headers: {
|
|
headers: {
|
|
|
'Content-Type': 'application/json'
|
|
'Content-Type': 'application/json'
|
|
|
},
|
|
},
|
|
|
- body: JSON.stringify({ devices: this.selectedDevices })
|
|
|
|
|
|
|
+ body: JSON.stringify({
|
|
|
|
|
+ device_id: this.selectedDeviceId,
|
|
|
|
|
+ version: this.currentVersion
|
|
|
|
|
+ })
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
if (response.ok) {
|
|
if (response.ok) {
|