Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 299 Bytes

File metadata and controls

17 lines (12 loc) · 299 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

await client.api('/users/ccdf8279-8a3f-4c10-af1a-4a7f46b1489f/solutions/workingTimeSchedule/endWorkingTime')
	.version('beta')
	.post();