imported patch docs
diff --git a/docs/dyn/freebase.v1.text.html b/docs/dyn/freebase.v1.text.html
index 1909ab8..4a8e575 100644
--- a/docs/dyn/freebase.v1.text.html
+++ b/docs/dyn/freebase.v1.text.html
@@ -17,12 +17,16 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns blob attached to node at specified id as HTML<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
format: string, Sanitizing transformation.<br>
Allowed values<br>
html - Return valid, sanitized html.<br>
plain - Return plain text - strip html tags.<br>
raw - Return the entire content as-is.<br>
+ strict: string, A parameter<br>
maxlength: integer, The max number of characters to return. Valid only for 'plain' format.<br>
+ userip: string, A parameter<br>
id: string, The id of the item that you want data about (required) (repeated)<br>
<br>
Returns:<br>