Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 425 Bytes

File metadata and controls

21 lines (15 loc) · 425 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const openShiftChangeRequest = {
  senderMessage: 'Can I take this shift?',
  openShiftId: '577b75d2-a927-48c0-a5d1-dc984894e7b8'
};

await client.api('/teams/788b75d2-a911-48c0-a5e2-dc98480457e3/schedule/openShiftChangeRequests')
	.post(openShiftChangeRequest);