Skip to content

Commit ef091d5

Browse files
feat(youtube): update the api
#### youtube:v3 The following keys were added: - schemas.VideoStatus.properties.containsSyntheticMedia.type (Total Keys: 1)
1 parent b61649b commit ef091d5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/dyn/youtube_v3.playlistItems.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h3>Method Details</h3>
335335
},
336336
},
337337
],
338-
&quot;kind&quot;: &quot;youtube#playlistItemListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#playlistItemListResponse&quot;. Etag of this resource.
338+
&quot;kind&quot;: &quot;youtube#playlistItemListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#playlistItemListResponse&quot;.
339339
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
340340
&quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
341341
&quot;resultsPerPage&quot;: 42, # The number of results included in the API response.

docs/dyn/youtube_v3.videos.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ <h3>Method Details</h3>
405405
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
406406
},
407407
&quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 19 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
408+
&quot;containsSyntheticMedia&quot;: True or False, # Indicates if the video contains altered or synthetic media.
408409
&quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
409410
&quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
410411
&quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
@@ -712,6 +713,7 @@ <h3>Method Details</h3>
712713
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
713714
},
714715
&quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 19 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
716+
&quot;containsSyntheticMedia&quot;: True or False, # Indicates if the video contains altered or synthetic media.
715717
&quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
716718
&quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
717719
&quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
@@ -1042,6 +1044,7 @@ <h3>Method Details</h3>
10421044
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
10431045
},
10441046
&quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 19 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
1047+
&quot;containsSyntheticMedia&quot;: True or False, # Indicates if the video contains altered or synthetic media.
10451048
&quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
10461049
&quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
10471050
&quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
@@ -1412,6 +1415,7 @@ <h3>Method Details</h3>
14121415
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
14131416
},
14141417
&quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 19 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
1418+
&quot;containsSyntheticMedia&quot;: True or False, # Indicates if the video contains altered or synthetic media.
14151419
&quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
14161420
&quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
14171421
&quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
@@ -1713,6 +1717,7 @@ <h3>Method Details</h3>
17131717
&quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
17141718
},
17151719
&quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 19 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
1720+
&quot;containsSyntheticMedia&quot;: True or False, # Indicates if the video contains altered or synthetic media.
17161721
&quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
17171722
&quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
17181723
&quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update

googleapiclient/discovery_cache/documents/youtube.v3.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4133,7 +4133,7 @@
41334133
}
41344134
}
41354135
},
4136-
"revision": "20241022",
4136+
"revision": "20241031",
41374137
"rootUrl": "https://youtube.googleapis.com/",
41384138
"schemas": {
41394139
"AbuseReport": {
@@ -10076,7 +10076,7 @@ true
1007610076
},
1007710077
"kind": {
1007810078
"default": "youtube#playlistItemListResponse",
10079-
"description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistItemListResponse\". Etag of this resource.",
10079+
"description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistItemListResponse\".",
1008010080
"type": "string"
1008110081
},
1008210082
"nextPageToken": {
@@ -12018,6 +12018,10 @@ true
1201812018
"description": "Basic details about a video category, such as its localized title. Next Id: 19",
1201912019
"id": "VideoStatus",
1202012020
"properties": {
12021+
"containsSyntheticMedia": {
12022+
"description": "Indicates if the video contains altered or synthetic media.",
12023+
"type": "boolean"
12024+
},
1202112025
"embeddable": {
1202212026
"description": "This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update",
1202312027
"type": "boolean"

0 commit comments

Comments
 (0)