add post title to comments api docs

This commit is contained in:
Umputun
2019-01-06 16:39:11 -06:00
parent 3f6c5dbd19
commit e850dc1d3e
+1
View File
@@ -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 {