Updated docs
diff --git a/docs/dyn/sqladmin_v1beta4.flags.html b/docs/dyn/sqladmin_v1beta4.flags.html
index 55c72c7..be539f9 100644
--- a/docs/dyn/sqladmin_v1beta4.flags.html
+++ b/docs/dyn/sqladmin_v1beta4.flags.html
@@ -95,7 +95,8 @@
"allowedStringValues": [ # For STRING flags, a list of strings that the value can be set to.
"A String",
],
- "appliesTo": [ # The database version this flag applies to. Currently this can only be [MYSQL_5_5].
+ "requiresRestart": True or False, # Indicates whether changing this flag will trigger a database restart. Only applicable to Second Generation instances.
+ "appliesTo": [ # The database version this flag applies to. Can be MYSQL_5_5, MYSQL_5_6, or both.
"A String",
],
"maxValue": "A String", # For INTEGER flags, the maximum allowed value.