Skip to content

Commit c26b11d

Browse files
Brent1LTBrent Bumann
andauthored
Spec Update 06/15/2022 (#72)
Change Notes: files Namespace - Update upload_session/start_batch route to include account_id Co-authored-by: Brent Bumann <bbumann@dropbox.com>
1 parent 69f7bb2 commit c26b11d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

files.stone

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,12 @@ struct UploadSessionStartResult
893893
session_id = "1234faaf0678bcde"
894894

895895
route upload_session/start_batch (UploadSessionStartBatchArg, UploadSessionStartBatchResult, Void)
896-
"This route starts batch of upload_sessions. Please refer to `upload_session/start` usage."
896+
"This route starts batch of upload_sessions. Please refer to `upload_session/start` usage.
897+
898+
Calls to this endpoint will count as data transport calls for any Dropbox
899+
Business teams with a limit on the number of data transport calls allowed
900+
per month. For more information, see the :link:`Data transport limit page
901+
https://www.dropbox.com/developers/reference/data-transport-limit`."
897902

898903
attrs
899904
style = "rpc"
@@ -1450,6 +1455,9 @@ struct SearchOptions
14501455
file_categories List(FileCategory)?
14511456
"Restricts search to only the file categories specified. Only supported for active file search."
14521457

1458+
account_id users_common.AccountId?
1459+
"Restricts results to the given account id."
1460+
14531461
example default
14541462
path = "/Folder"
14551463
max_results = 20

0 commit comments

Comments
 (0)