Skip to content

Commit

Permalink
fix(youtube): update the API
Browse files Browse the repository at this point in the history
#### youtube:v3
The following keys were changed:
- baseUrl
- batchPath
- mtlsRootUrl
- rootUrl
  • Loading branch information
yoshi-automation authored and bcoe committed Oct 28, 2020
1 parent b2c326f commit 174af33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions discovery/youtube-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
}
},
"basePath": "",
"baseUrl": "https://www.googleapis.com/",
"batchPath": "batch/youtube/v3",
"baseUrl": "https://youtube.googleapis.com/",
"batchPath": "batch",
"canonicalName": "YouTube",
"description": "The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.",
"discoveryVersion": "v1",
Expand All @@ -40,7 +40,7 @@
},
"id": "youtube:v3",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://www.mtls.googleapis.com/",
"mtlsRootUrl": "https://youtube.mtls.googleapis.com/",
"name": "youtube",
"ownerDomain": "google.com",
"ownerName": "Google",
Expand Down Expand Up @@ -3855,8 +3855,8 @@
}
}
},
"revision": "20201017",
"rootUrl": "https://www.googleapis.com/",
"revision": "20201027",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
"id": "AbuseReport",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/youtube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# youtube

> Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.
> The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.
## Installation

Expand Down

0 comments on commit 174af33

Please sign in to comment.