Update docs.
diff --git a/docs/dyn/analytics_v3.management.profileUserLinks.html b/docs/dyn/analytics_v3.management.profileUserLinks.html
index d73e8bc..f65a831 100644
--- a/docs/dyn/analytics_v3.management.profileUserLinks.html
+++ b/docs/dyn/analytics_v3.management.profileUserLinks.html
@@ -209,8 +209,8 @@
Args:
accountId: string, Account ID which the given view (profile) belongs to. (required)
- webPropertyId: string, Web Property ID which the given view (profile) belongs to. (required)
- profileId: string, View (Profile) ID to retrieve the profile-user links for (required)
+ webPropertyId: string, Web Property ID which the given view (profile) belongs to. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to. (required)
+ profileId: string, View (Profile) ID to retrieve the profile-user links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to. (required)
max_results: integer, The maximum number of profile-user links to include in this response.
start_index: integer, An index of the first profile-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.