Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 385 Bytes

File metadata and controls

22 lines (16 loc) · 385 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const updateSoftware = {
  softwareType: 'teamsClient',
  softwareVersion: '1.0.96.22'
};

await client.api('/teamwork/devices/0f3ce432-e432-0f3c-32e4-3c0f32e43c0f/updateSoftware')
	.version('beta')
	.post(updateSoftware);