Refresh docs
diff --git a/docs/dyn/audit_v1.activities.html b/docs/dyn/audit_v1.activities.html
index 5da7168..a869ae5 100644
--- a/docs/dyn/audit_v1.activities.html
+++ b/docs/dyn/audit_v1.activities.html
@@ -75,11 +75,11 @@
 <h1><a href="audit_v1.html">Enterprise Audit API</a> . <a href="audit_v1.activities.html">activities</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, parameters=None, actorEmail=None, endTime=None)</a></code></p>
+  <code><a href="#list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, actorEmail=None, endTime=None)</a></code></p>
 <p class="firstline">Retrieves a list of activities for a specific customer and application.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, parameters=None, actorEmail=None, endTime=None)</code>
+    <code class="details" id="list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, actorEmail=None, endTime=None)</code>
   <pre>Retrieves a list of activities for a specific customer and application.
 
 Args:
@@ -95,7 +95,6 @@
   actorApplicationId: string, Application ID of the application which interacted on behalf of the user while performing the event.
   continuationToken: string, Next page URL.
   maxResults: integer, Number of activity records to be shown in each page.
-  parameters: string, Event parameters in the form [parameter1 name]:[parameter1 value],[parameter2 name]:[parameter2 value],...
   actorEmail: string, Email address of the user who performed the action.
   endTime: string, Return events which occured at or before this time.