zernio-sdk 0.0.965 → 0.0.966
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e858c6a6814d1c71d9af0725ae81a55388d9f3679002a420424f8c945fc529d8
|
|
4
|
+
data.tar.gz: 59f42bc3b8dc099e1f8bef68d5aca85c4dda9ed69d1ba972b33ba55f0ddde610
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9eaa589eac16403b97f53b9a5dee909b8a4dddaae050315892e98dcbac27e973191db901254dc132d7901ff0b6b6c77fcd8662369d223bc0bb202cb392729721
|
|
7
|
+
data.tar.gz: cac2cd01d98d8e13756073074bba21cb980d8deecb6edff3988b537388b6b8f8088ee0cb95801b4d8b1bd156bb4370f220acb4da522c940bf45c748b76224ff2
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| **tags** | **Array<String>** | Array of keyword tags (max 500 characters combined for YouTube) | [optional] |
|
|
13
13
|
| **category_id** | **String** | YouTube video category ID | [optional] |
|
|
14
14
|
| **privacy_status** | **String** | Video privacy setting | [optional] |
|
|
15
|
-
| **thumbnail_url** | **String** | Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max
|
|
15
|
+
| **thumbnail_url** | **String** | Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails. | [optional] |
|
|
16
16
|
| **made_for_kids** | **Boolean** | COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting). | [optional] |
|
|
17
17
|
| **contains_synthetic_media** | **Boolean** | AI-generated content disclosure. Set true if the video contains synthetic content that could be mistaken for real. YouTube may add a label. | [optional] |
|
|
18
18
|
| **playlist_id** | **String** | YouTube playlist ID to add the video to (e.g. 'PLxxxxxxxxxxxxx'). Use GET /v1/accounts/{id}/youtube-playlists to list available playlists. Only playlists owned by the channel are supported. | [optional] |
|
|
@@ -39,7 +39,7 @@ module Zernio
|
|
|
39
39
|
# Video privacy setting
|
|
40
40
|
attr_accessor :privacy_status
|
|
41
41
|
|
|
42
|
-
# Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max
|
|
42
|
+
# Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails.
|
|
43
43
|
attr_accessor :thumbnail_url
|
|
44
44
|
|
|
45
45
|
# COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting).
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -17992,7 +17992,7 @@ paths:
|
|
|
17992
17992
|
thumbnailUrl:
|
|
17993
17993
|
type: string
|
|
17994
17994
|
format: uri
|
|
17995
|
-
description: "Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max
|
|
17995
|
+
description: "Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails."
|
|
17996
17996
|
madeForKids:
|
|
17997
17997
|
type: boolean
|
|
17998
17998
|
description: "COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting)."
|