Refresh all docs (#298)
Change the discovery query to fetch all discovery docs, not just the
preferred ones.
diff --git a/docs/dyn/fusiontables_v1.table.html b/docs/dyn/fusiontables_v1.table.html
index 86bcbcc..6cba52c 100644
--- a/docs/dyn/fusiontables_v1.table.html
+++ b/docs/dyn/fusiontables_v1.table.html
@@ -338,7 +338,7 @@
An object of the form:
{ # Represents a list of tables.
- "nextPageToken": "A String", # Token used to access the next page of this result. No token is displayed if there are no more tokens left.
+ "nextPageToken": "A String", # Token used to access the next page of this result. No token is displayed if there are no more pages left.
"items": [ # List of all requested tables.
{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
"kind": "fusiontables#table", # Type name: a template for an individual table.