mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-07 06:22:49 -04:00
API: Add "isPinned" to comments endpoint (follow-up to #344)
This commit is contained in:
parent
9776fb40a4
commit
0df9f25a88
1 changed files with 4 additions and 1 deletions
|
@ -187,7 +187,10 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati
|
||||||
],
|
],
|
||||||
"authorId": String,
|
"authorId": String,
|
||||||
"authorUrl": String,
|
"authorUrl": String,
|
||||||
"isEdited": Bool,
|
|
||||||
|
"isEdited": Boolean,
|
||||||
|
"isPinned": Boolean,
|
||||||
|
|
||||||
"content": String,
|
"content": String,
|
||||||
"contentHtml": String,
|
"contentHtml": String,
|
||||||
"published": Int64,
|
"published": Int64,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue