| 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);