YouTube integration (Design & Media, Social). Imported from open-connector.
https://www.googleapis.com/upload/youtube/v3/playlists
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The YouTube playlist title. |
| description | string | optional | The YouTube playlist description. |
| privacyStatus | string | optional | The YouTube privacy status. |
/playlists
| Param | Type | Required | Description |
|---|---|---|---|
| playlistId | string | required | The YouTube playlist ID to update. |
| title | string | required | The updated YouTube playlist title. |
| description | string | optional | The updated YouTube playlist description. |
| privacyStatus | string | optional | The YouTube privacy status. |
/playlists
| Param | Type | Required | Description |
|---|---|---|---|
| playlistId | string | optional | The YouTube playlist ID to delete. |
/playlistItems
| Param | Type | Required | Description |
|---|---|---|---|
| playlistItemId | string | optional | The YouTube playlist item ID to delete. |
/commentThreads
| Param | Type | Required | Description |
|---|---|---|---|
| videoId | string | optional | The YouTube video ID to comment on. |
| channelId | string | optional | The channel ID for the video being commented on. |
| textOriginal | string | optional | The plain-text comment content to post. |
/comments
| Param | Type | Required | Description |
|---|---|---|---|
| parentId | string | optional | The parent YouTube comment ID to reply to. |
| textOriginal | string | optional | The plain-text reply content to post. |
/videos
| Param | Type | Required | Description |
|---|---|---|---|
| videoId | string | required | The YouTube video ID to update. |
| title | string | required | The updated YouTube video title. |
| description | string | optional | The updated YouTube video description. |
| tags | array | optional | Tags to attach to the video. |
| categoryId | string | optional | The updated YouTube video category ID. |
| privacyStatus | string | optional | The YouTube privacy status. |
/videos
| Param | Type | Required | Description |
|---|---|---|---|
| videoId | string | optional | The YouTube video ID to delete. |
/videos/rate
| Param | Type | Required | Description |
|---|---|---|---|
| videoId | string | optional | The YouTube video ID to rate. |
| rating | string | optional | The rating to apply to the video. |
/youtube/v3/captions/{captionId}
| Param | Type | Required | Description |
|---|---|---|---|
| captionId | string | required | The YouTube caption track ID to download. |
| tfmt | string | optional | The caption output format requested from YouTube, such as srt or vtt. |
| tlang | string | optional | The caption language to translate into when supported by YouTube. |
| fileName | string | optional | The output filename used for the transit file. |
| mimeType | string | optional | The MIME type to report for the downloaded caption file. |
/captions
| Param | Type | Required | Description |
|---|---|---|---|
| captionId | string | required | The YouTube caption track ID to update. |
| name | string | optional | The updated caption track display name. |
| isDraft | boolean | optional | Whether the caption track should be a draft. |
/captions
| Param | Type | Required | Description |
|---|---|---|---|
| captionId | string | optional | The YouTube caption track ID to delete. |