post https://api.timeero.app/api/public/timesheets/unapprove
Endpoint: POST /timesheets/unapprove
Description: Unapprove specific timesheets by providing their IDs in the ids
field. You can also mute notifications by setting mute_notification
to true
.
Request Body Sample:
{
"ids":[1,2],
"mute_notification": false
}