diff --git a/docs/api/channels_endpoint.md b/docs/api/channels_endpoint.md index 642577e..a1506d3 100644 --- a/docs/api/channels_endpoint.md +++ b/docs/api/channels_endpoint.md @@ -140,7 +140,7 @@ Please refer to the [Community Post Attachment types](#community-post-attachment { "authorId": String, "comments": { - "attachment": ImageAttachment | MultiImageAttachment | VideoAttachment | PollAttachment + "attachment": ImageAttachment | MultiImageAttachment | VideoAttachment | PollAttachment | PlaylistAttachment "author": String, "authorIsChannelOwner": Boolean "authorId": String, @@ -161,6 +161,9 @@ Please refer to the [Community Post Attachment types](#community-post-attachment __VideoAttachment__ See [VideoObject](./common_types.md#videoobject) common type +__PlaylistAttachment__ +See [PlaylistObject](./common_types.md#playlistobject) common type + __ImageAttachment__ ```javascript diff --git a/docs/api/common_types.md b/docs/api/common_types.md index 9a896f0..d0d344b 100644 --- a/docs/api/common_types.md +++ b/docs/api/common_types.md @@ -46,6 +46,7 @@ "descriptionHtml": String, "viewCount": Number, // Integer + "viewCountText": String, "lengthSeconds": Number, // Integer "published": Number, // Unix timestamp @@ -85,7 +86,7 @@ ``` -### PlaylistOject +### PlaylistObject ```javascript {