Approve Task
This endpoint allows an admin to approve a submitted task.
PUT
/SubmittedTask/ApproveTaskAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
TaskIdstringThe ID of the task to approve.
Format:
"uuid"PointsintegerThe number of points to award for the approved task.
Format:
"int32"MaxPerPeriodintegerThe maximum points that can be awarded per period for this task. This parameter is optional.
Format:
"int32"Returns the approved task with its details if the approval is successful.