v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBtasksService
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
}