Update task
Update tasks
Last updated
Update tasks
Last updated
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200
}
#########################################################################
## Error:Unable to save data
#########################################################################
{
"message": "error",
"status": 400,
"description": "Unable to save data"
}
########################################################################
## Error:No data found
#########################################################################
{
"message": "error",
"status": 401,
"description": "No data found"
}