From 4031c912813496a69d4212e029cf2c005bae2bfe Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:13:38 +0200 Subject: [PATCH] docs(nextpage): add ceatorReplied field --- content/docs/api-documentation/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/api-documentation/index.md b/content/docs/api-documentation/index.md index 64bdd4c..35296cd 100644 --- a/content/docs/api-documentation/index.md +++ b/content/docs/api-documentation/index.md @@ -156,7 +156,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