| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const approve = {
message: 'Approved!'
};
await client.api('/teams/{teamId}/schedule/offerShiftRequests/{offerShiftRequestId}/approve')
.version('beta')
.post(approve);