Skip to content

Commit

Permalink
Merge pull request #15 from FineFindus/patch-1
Browse files Browse the repository at this point in the history
docs(comments): add new creatorReplied field
  • Loading branch information
FireMasterK committed Oct 25, 2023
2 parents 3aceb2c + 89719ac commit d82fc3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/api-documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ Response:
"likeCount": 0, // The number of likes the comment has
"pinned": false, // Whether or not the comment is pinned
"thumbnail": "https://pipedproxy-bom.kavin.rocks/...", // The thumbnail of the comment
"verified": false // Whether or not the author of the comment is verified
"verified": false, // Whether or not the author of the comment is verified
"creatorReplied": false // Whether the creator has replied to the comment
}
], // A list of comments
"disabled": false, // Whether or not the comments are disabled
Expand Down

0 comments on commit d82fc3f

Please sign in to comment.