| Index: discovery/googleapis/youtube__v3.json
|
| diff --git a/discovery/googleapis/youtube__v3.json b/discovery/googleapis/youtube__v3.json
|
| index 11225ed55d0f2838e3324b00da452092d5c5eb4b..79efaa8c7e30d1a9df49b4197acb32882d8fd75b 100644
|
| --- a/discovery/googleapis/youtube__v3.json
|
| +++ b/discovery/googleapis/youtube__v3.json
|
| @@ -30,7 +30,7 @@
|
| "description": "Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/youtube/v3",
|
| - "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/J2rsaoo4Ek_Q24c6MaTuljKwUGg\"",
|
| + "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/2AD7X-jkZPTxhGBzG8Ap8gvej2E\"",
|
| "icons": {
|
| "x16": "https://www.google.com/images/icons/product/youtube-16.png",
|
| "x32": "https://www.google.com/images/icons/product/youtube-32.png"
|
| @@ -2862,8 +2862,13 @@
|
| "location": "query",
|
| "type": "boolean"
|
| },
|
| + "myRecentSubscribers": {
|
| + "description": "Set this parameter's value to true to retrieve a feed of the subscribers of the authenticated user in reverse chronological order (newest first).",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "mySubscribers": {
|
| - "description": "Set this parameter's value to true to retrieve a feed of the subscribers of the authenticated user.",
|
| + "description": "Set this parameter's value to true to retrieve a feed of the subscribers of the authenticated user in no particular order.",
|
| "location": "query",
|
| "type": "boolean"
|
| },
|
| @@ -3457,7 +3462,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160509",
|
| + "revision": "20160526",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "AccessPolicy": {
|
| @@ -7793,6 +7798,18 @@
|
| "messageRetractedDetails": {
|
| "$ref": "LiveChatMessageRetractedDetails"
|
| },
|
| + "pollClosedDetails": {
|
| + "$ref": "LiveChatPollClosedDetails"
|
| + },
|
| + "pollEditedDetails": {
|
| + "$ref": "LiveChatPollEditedDetails"
|
| + },
|
| + "pollOpenedDetails": {
|
| + "$ref": "LiveChatPollOpenedDetails"
|
| + },
|
| + "pollVotedDetails": {
|
| + "$ref": "LiveChatPollVotedDetails"
|
| + },
|
| "publishedAt": {
|
| "description": "The date and time when the message was orignally published. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.",
|
| "format": "date-time",
|
| @@ -7810,6 +7827,10 @@
|
| "messageDeletedEvent",
|
| "messageRetractedEvent",
|
| "newSponsorEvent",
|
| + "pollClosedEvent",
|
| + "pollEditedEvent",
|
| + "pollOpenedEvent",
|
| + "pollVotedEvent",
|
| "sponsorOnlyModeEndedEvent",
|
| "sponsorOnlyModeStartedEvent",
|
| "textMessageEvent",
|
| @@ -7826,6 +7847,10 @@
|
| "",
|
| "",
|
| "",
|
| + "",
|
| + "",
|
| + "",
|
| + "",
|
| ""
|
| ],
|
| "type": "string"
|
| @@ -7918,6 +7943,79 @@
|
| },
|
| "type": "object"
|
| },
|
| + "LiveChatPollClosedDetails": {
|
| + "id": "LiveChatPollClosedDetails",
|
| + "properties": {
|
| + "pollId": {
|
| + "description": "The id of the poll that was closed.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "LiveChatPollEditedDetails": {
|
| + "id": "LiveChatPollEditedDetails",
|
| + "properties": {
|
| + "id": {
|
| + "type": "string"
|
| + },
|
| + "items": {
|
| + "items": {
|
| + "$ref": "LiveChatPollItem"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "prompt": {
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "LiveChatPollItem": {
|
| + "id": "LiveChatPollItem",
|
| + "properties": {
|
| + "description": {
|
| + "description": "Plain text description of the item.",
|
| + "type": "string"
|
| + },
|
| + "itemId": {
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "LiveChatPollOpenedDetails": {
|
| + "id": "LiveChatPollOpenedDetails",
|
| + "properties": {
|
| + "id": {
|
| + "type": "string"
|
| + },
|
| + "items": {
|
| + "items": {
|
| + "$ref": "LiveChatPollItem"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "prompt": {
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "LiveChatPollVotedDetails": {
|
| + "id": "LiveChatPollVotedDetails",
|
| + "properties": {
|
| + "itemId": {
|
| + "description": "The poll item the user chose.",
|
| + "type": "string"
|
| + },
|
| + "pollId": {
|
| + "description": "The poll the user voted on.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| "LiveChatTextMessageDetails": {
|
| "id": "LiveChatTextMessageDetails",
|
| "properties": {
|
|
|