From 89719ac38f104e4a03592d6dbf86536ba7a52e18 Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:09:17 +0200 Subject: [PATCH] docs(comments): add new creatorReplied 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 03513c6..245eb20 100644 --- a/content/docs/api-documentation/index.md +++ b/content/docs/api-documentation/index.md @@ -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