Updated generated docs
diff --git a/docs/dyn/moderator.v1.series.submissions.html b/docs/dyn/moderator.v1.series.submissions.html
index 8dec541..fd5b3ec 100644
--- a/docs/dyn/moderator.v1.series.submissions.html
+++ b/docs/dyn/moderator.v1.series.submissions.html
@@ -25,7 +25,64 @@
max_results: integer, Maximum number of results to return.<br>
q: string, Search query.<br>
start_index: integer, Index of the first result to be retrieved.<br>
- hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.</tt></dd></dl>
+ hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [<br>
+ {<br>
+ "kind": "moderator#submission",<br>
+ "attribution": {<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "created": "A String",<br>
+ "text": "A String",<br>
+ "topics": [<br>
+ {<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ },<br>
+ ],<br>
+ "author": "A String",<br>
+ "translations": [<br>
+ {<br>
+ "lang": "A String",<br>
+ "text": "A String",<br>
+ },<br>
+ ],<br>
+ "parentSubmissionId": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "vote": {<br>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ },<br>
+ "attachmentUrl": "A String",<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "noneVotes": 42,<br>
+ "minusVotes": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ },<br>
+ ],<br>
+ "kind": "moderator#submissionList",<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>