From cdccfc5b248994e87285282bb10191865075763f Mon Sep 17 00:00:00 2001 From: Dropbox Bot <73138219+DropboxBot@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:03:39 -0400 Subject: [PATCH] Automated Spec Update (#370) 87a8e08baac15deb3adae9771e6a9786189e5073 Change Notes: files Namespace - Update list_folder route to remove auth - Update list_folder/continue route to remove auth - Update list_folder/get_latest_cursor route to remove auth 14ee35013933afb346ba37b3dfafa08ef800244a Co-authored-by: DropboxBot --- dropbox/files.py | 6 +++--- spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dropbox/files.py b/dropbox/files.py index 04bcda1a..aade9a54 100644 --- a/dropbox/files.py +++ b/dropbox/files.py @@ -12781,7 +12781,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor): ListFolderArg_validator, ListFolderResult_validator, ListFolderError_validator, - {'auth': u'app, user', + {'auth': u'user', 'host': u'api', 'style': u'rpc'}, ) @@ -12792,7 +12792,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor): ListFolderContinueArg_validator, ListFolderResult_validator, ListFolderContinueError_validator, - {'auth': u'app, user', + {'auth': u'user', 'host': u'api', 'style': u'rpc'}, ) @@ -12803,7 +12803,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor): ListFolderArg_validator, ListFolderGetLatestCursorResult_validator, ListFolderError_validator, - {'auth': u'app, user', + {'auth': u'user', 'host': u'api', 'style': u'rpc'}, ) diff --git a/spec b/spec index 4c2256e5..87a8e08b 160000 --- a/spec +++ b/spec @@ -1 +1 @@ -Subproject commit 4c2256e55c765e545d478018f3eb8f823de52925 +Subproject commit 87a8e08baac15deb3adae9771e6a9786189e5073