Skip to content

Commit

Permalink
Automated Spec Update (#370)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
DropboxBot and DropboxBot authored Jul 2, 2021
1 parent 4ed8237 commit cdccfc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dropbox/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
)
Expand All @@ -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'},
)
Expand All @@ -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'},
)
Expand Down
2 changes: 1 addition & 1 deletion spec

0 comments on commit cdccfc5

Please sign in to comment.