| description | Automatically generated file. DO NOT MODIFY |
|---|
mgc teams schedule time-cards clock-out post --team-id {team-id} --time-card-id {timeCard-id} --body '{
\
"isAtApprovedLocation": true,
\
"notes": {
\
"contentType": "text",
\
"content": "clocking out"
\
}
\
}
\
'