TaskCommentUpdated

{
  	"event": "TaskCommentUpdated",
    "data": [{
      	"commentId": uuid,
				"updatedFields": {
          	"content":string,
            "updatedAt": date
         }
    }],  
    "teamId": uuid
}