Skip to content

Commit

Permalink
feat(youtube): update the api
Browse files Browse the repository at this point in the history
#### youtube:v3

The following keys were added:
- schemas.TestItem.properties.featuredPart.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 3, 2021
1 parent 2a0fc13 commit 981cfb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/dyn/youtube_v3.tests.html
Expand Up @@ -96,6 +96,7 @@ <h3>Method Details</h3>
The object takes the form of:

{
&quot;featuredPart&quot;: True or False,
&quot;gaia&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;snippet&quot;: {
Expand All @@ -111,6 +112,7 @@ <h3>Method Details</h3>
An object of the form:

{
&quot;featuredPart&quot;: True or False,
&quot;gaia&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;snippet&quot;: {
Expand Down
5 changes: 4 additions & 1 deletion googleapiclient/discovery_cache/documents/youtube.v3.json
Expand Up @@ -3764,7 +3764,7 @@
}
}
},
"revision": "20210531",
"revision": "20210601",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -9977,6 +9977,9 @@
"TestItem": {
"id": "TestItem",
"properties": {
"featuredPart": {
"type": "boolean"
},
"gaia": {
"format": "int64",
"type": "string"
Expand Down

0 comments on commit 981cfb0

Please sign in to comment.