{
"content": "string"
}
curl --location --request POST 'https://api.teamly.one/api/v1/channels//todo/item' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string"
}'
null
if not editednull
if not editednull
if not completednull
if not completed{
"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"
}
}