From e850dc1d3e2f3432dcadc1d9768cecfd00da6e0d Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 6 Jan 2019 16:39:11 -0600 Subject: [PATCH] add post title to comments api docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eaf4f94a..2ac1b55d 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ type Comment struct { Timestamp time.Time `json:"time"` // time stamp, read only Pin bool `json:"pin"` // pinned status, read only Delete bool `json:"delete"` // delete status, read only + PostTitle string `json:"title"` // post title } type Locator struct {