docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/dataflow_v1b3.projects.locations.sql.html b/docs/dyn/dataflow_v1b3.projects.locations.sql.html
index 1fbe3fb..5d06449 100644
--- a/docs/dyn/dataflow_v1b3.projects.locations.sql.html
+++ b/docs/dyn/dataflow_v1b3.projects.locations.sql.html
@@ -100,6 +100,11 @@
An object of the form:
{ # Response to the validation request.
+ "queryInfo": { # Information about a validated query. # Information about the validated query. Not defined if validation fails.
+ "queryProperty": [ # Includes an entry for each satisfied QueryProperty.
+ "A String",
+ ],
+ },
"errorMessage": "A String", # Will be empty if validation succeeds.
}</pre>
</div>