File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -893,7 +893,12 @@ struct UploadSessionStartResult
893893 session_id = "1234faaf0678bcde"
894894
895895route 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
You can’t perform that action at this time.
0 commit comments