Regen docs (#373)

diff --git a/docs/dyn/genomics_v1.references.html b/docs/dyn/genomics_v1.references.html
index 0644b04..1f99b02 100644
--- a/docs/dyn/genomics_v1.references.html
+++ b/docs/dyn/genomics_v1.references.html
@@ -125,11 +125,11 @@
       "A String",
     ],
     "length": "A String", # The length of this reference's sequence.
+    "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy. For example, 9606 for human.
+    "id": "A String", # The server-generated reference ID, unique across all references.
     "md5checksum": "A String", # MD5 of the upper-case sequence excluding all whitespace characters (this
         # is equivalent to SQ:M5 in SAM). This value is represented in lower case
         # hexadecimal format.
-    "id": "A String", # The server-generated reference ID, unique across all references.
-    "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy. For example, 9606 for human.
   }</pre>
 </div>
 
@@ -195,11 +195,11 @@
           "A String",
         ],
         "length": "A String", # The length of this reference's sequence.
+        "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy. For example, 9606 for human.
+        "id": "A String", # The server-generated reference ID, unique across all references.
         "md5checksum": "A String", # MD5 of the upper-case sequence excluding all whitespace characters (this
             # is equivalent to SQ:M5 in SAM). This value is represented in lower case
             # hexadecimal format.
-        "id": "A String", # The server-generated reference ID, unique across all references.
-        "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy. For example, 9606 for human.
       },
     ],
   }</pre>