1.4 Withdraw pending review work hours
post /rest/shdsd-Timesheet/3/worklog/{id}/revoke
API Documentation
When the submitted work log is still in the pending review status, the owner of the work log can withdraw the review. When the API is called, it will be executed on behalf of the owner of the work log.
Media type
application/json
Path parameters
Parameter | Type | Description | Required |
---|---|---|---|
id | String | Work log ID | Required |
Return example
{
"msg": "ok"
} |