Refresh auto-generated docs
diff --git a/docs/dyn/youtube_v3alpha.search.html b/docs/dyn/youtube_v3alpha.search.html
index 326c4d0..1990705 100644
--- a/docs/dyn/youtube_v3alpha.search.html
+++ b/docs/dyn/youtube_v3alpha.search.html
@@ -105,18 +105,18 @@
     "searchResults": [ # List of results matching the request criteria.
       { # JSON template for a YouTube Search result.
         "snippet": { # JSON template for the snippet part of a search result. # Basic details about the search result: title, description, author.
-          "title": "A String", # Title of the search result.
+          "channelId": "A String", # Author of the found resource.
           "description": "A String", # Description of the search result.
-          "timeCreated": "A String", # The time the resource was created at (milliseconds since epoch).
-          "author": "A String", # Author of the resource.
+          "publishedAt": "A String", # The date and time the found resource was created.
+          "title": "A String", # Title of the search result.
         },
         "kind": "youtube#searchResult", # The type of this API resource.
-        "etag": "A String", # The eTag of the search.
+        "etag": "A String", # The eTag of the search result.
         "id": { # JSON template for a resource id. # The id of the resource.
-          "type": "A String", # Type of the resource.
-          "channelId": "A String", # Only set if type == CHANNEL.
-          "playlistId": "A String", # Only set if type == PLAYLIST.
-          "videoId": "A String", # Only set if type == VIDEO.
+          "kind": "A String", # The kind of the referred resource.
+          "channelId": "A String", # ID of the referred channel. Present only when type is "CHANNEL".
+          "playlistId": "A String", # ID of the referred playlist. Present only when type is "PLAYLIST".
+          "videoId": "A String", # ID of the referred video. Present only when type is "VIDEO".
         },
       },
     ],