{
"content": "string",
"changeCompleted": true
}
curl --location --request PUT 'https://api.teamly.one/api/v1/channels//todo/item/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"changeCompleted": true
}'
{
"success": true,
"todo": {
"id": "string",
"channelId": "string",
"type": "string",
"content": "string",
"createdBy": "string",
"editedBy": "string",
"editedAt": "2019-08-24T14:15:22Z",
"completed": true,
"completedBy": "string",
"completedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z"
}
}