From 0df9f25a889d0f6ce672e15cf8245c059c1db0e0 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sat, 11 Feb 2023 19:21:24 +0100 Subject: [PATCH] API: Add "isPinned" to comments endpoint (follow-up to #344) --- docs/api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 12f3beb..9681c69 100644 --- a/docs/api.md +++ b/docs/api.md @@ -187,7 +187,10 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati ], "authorId": String, "authorUrl": String, - "isEdited": Bool, + + "isEdited": Boolean, + "isPinned": Boolean, + "content": String, "contentHtml": String, "published": Int64,