Skip to content

Commit cdccfc5

Browse files
authored
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 <DropboxBot@users.noreply.github.com>
1 parent 4ed8237 commit cdccfc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dropbox/files.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12781,7 +12781,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
1278112781
ListFolderArg_validator,
1278212782
ListFolderResult_validator,
1278312783
ListFolderError_validator,
12784-
{'auth': u'app, user',
12784+
{'auth': u'user',
1278512785
'host': u'api',
1278612786
'style': u'rpc'},
1278712787
)
@@ -12792,7 +12792,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
1279212792
ListFolderContinueArg_validator,
1279312793
ListFolderResult_validator,
1279412794
ListFolderContinueError_validator,
12795-
{'auth': u'app, user',
12795+
{'auth': u'user',
1279612796
'host': u'api',
1279712797
'style': u'rpc'},
1279812798
)
@@ -12803,7 +12803,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
1280312803
ListFolderArg_validator,
1280412804
ListFolderGetLatestCursorResult_validator,
1280512805
ListFolderError_validator,
12806-
{'auth': u'app, user',
12806+
{'auth': u'user',
1280712807
'host': u'api',
1280812808
'style': u'rpc'},
1280912809
)

spec

0 commit comments

Comments
 (0)