Skip to content

v1.2.1

Compare
Choose a tag to compare
@nleanba nleanba released this 12 Mar 21:50
· 49 commits to master since this release

/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"
}