mirror of
https://github.com/iv-org/documentation.git
synced 2025-01-03 11:30:52 -05:00
API: Add "isPinned" to comments endpoint (follow-up to #344)
This commit is contained in:
parent
9776fb40a4
commit
0df9f25a88
@ -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…
Reference in New Issue
Block a user