Reject Task
This endpoint allows an admin to reject a submitted task.
PUT
/SubmittedTask/RejectTaskAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
TaskIdstringThe ID of the task to reject.
Format:
"uuid"ReasonstringThe reason for rejecting the task.
Returns the rejected task with its details if the rejection is successful.