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.CuepointSchedule.properties.repeatIntervalSecs.deprecated (Total Keys: 1)
- schemas.CuepointSchedule.properties.scheduleStrategy.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 16, 2024
1 parent a1e8c61 commit fb2bf8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion googleapiclient/discovery_cache/documents/youtube.v3.json
Expand Up @@ -4037,7 +4037,7 @@
}
}
},
"revision": "20240407",
"revision": "20240414",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -7679,11 +7679,13 @@ true
"type": "string"
},
"repeatIntervalSecs": {
"deprecated": true,
"description": "Interval frequency in seconds that api uses to insert cuepoints automatically.",
"format": "int32",
"type": "integer"
},
"scheduleStrategy": {
"deprecated": true,
"description": "The strategy to use when scheduling cuepoints.",
"enum": [
"scheduleStrategyUnspecified",
Expand Down

0 comments on commit fb2bf8e

Please sign in to comment.