v1.2.1
/doc/{id}/meta
now with .created
and .comments
Example Response /doc/{id}/meta
:
{
"comments": [
{ "created": "2020-03-12T19:48:50.302Z", "text": "This is a comment" }
],
"created": "2020-03-12T19:07:20.493Z",
"tags": [ { "label": "some_random_tag" } ],
"title": "DOCUMENT TITLE"
}