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
- schemas.CuepointSchedule.properties.scheduleStrategy.deprecated
- schemas.LiveBroadcastContentDetails.properties.startWithSlate.deprecated
  • Loading branch information
yoshi-automation authored and sofisl committed May 2, 2024
1 parent 867515f commit 7452149
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1 deletion.
5 changes: 4 additions & 1 deletion discovery/youtube-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4037,7 +4037,7 @@
}
}
},
"revision": "20240312",
"revision": "20240429",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -7679,11 +7679,13 @@
"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 Expand Up @@ -8283,6 +8285,7 @@
"type": "boolean"
},
"startWithSlate": {
"deprecated": true,
"description": "This setting indicates whether the broadcast should automatically begin with an in-stream slate when you update the broadcast's status to live. After updating the status, you then need to send a liveCuepoints.insert request that sets the cuepoint's eventState to end to remove the in-stream slate and make your broadcast stream visible to viewers.",
"type": "boolean"
},
Expand Down
Loading

0 comments on commit 7452149

Please sign in to comment.