Refresh docs
diff --git a/docs/dyn/webfonts_v1.webfonts.html b/docs/dyn/webfonts_v1.webfonts.html
index 730ecec..a4abc9e 100644
--- a/docs/dyn/webfonts_v1.webfonts.html
+++ b/docs/dyn/webfonts_v1.webfonts.html
@@ -72,15 +72,15 @@
</style>
-<h1><a href="webfonts_v1.html">Google Web Fonts Developer API</a> . <a href="webfonts_v1.webfonts.html">webfonts</a></h1>
+<h1><a href="webfonts_v1.html">Google Fonts Developer API</a> . <a href="webfonts_v1.webfonts.html">webfonts</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list">list(sort=None)</a></code></p>
-<p class="firstline">Retrieves the list of fonts currently served by the Google Web Fonts Developer API</p>
+<p class="firstline">Retrieves the list of fonts currently served by the Google Fonts Developer API</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="list">list(sort=None)</code>
- <pre>Retrieves the list of fonts currently served by the Google Web Fonts Developer API
+ <pre>Retrieves the list of fonts currently served by the Google Fonts Developer API
Args:
sort: string, Enables sorting of the list
@@ -97,10 +97,19 @@
{
"items": [ # The list of fonts currently served by the Google Fonts API.
{
+ "files": { # The font files (with all supported scripts) for each one of the available variants, as a key : value map.
+ "a_key": "A String", # The font file URL (value) for an specific variant (key).
+ },
"kind": "webfonts#webfont", # This kind represents a webfont object in the webfonts service.
- "variants": "", # The available variants for the font.
- "subsets": "", # The scripts supported by the font.
- "family": "", # The name of the font.
+ "family": "A String", # The name of the font.
+ "subsets": [ # The scripts supported by the font.
+ "A String",
+ ],
+ "lastModified": "A String", # The date (format "yyyy-MM-dd") the font was modified for the last time.
+ "version": "A String", # The font version.
+ "variants": [ # The available variants for the font.
+ "A String",
+ ],
},
],
"kind": "webfonts#webfontList", # This kind represents a list of webfont objects in the webfonts service.