tasksService
Transfer tasks to another user.
Transfer tasks to another user.
post/tasks/v1/transferToUser
Request body
Example request
{
"owner": true
}Response
OK
Example response
{
"status": true,
"countOwnerTasks": 2,
"countResponsibleTasks": 4
}