Skip to content

Commit 72d0718

Browse files
eugeneycheEugene Che
and
Eugene Che
authored
Spec Update 10/21/2021 (dropbox#59) (dropbox#59)
Change Notes: files Namespace - Remove upload_session/finish_batch team_log_generated Namespace - Update SharedContentUnshareDetails struct example Co-authored-by: Eugene Che <eugeneyche@dropbox.com>
1 parent 956339f commit 72d0718

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

files.stone

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ union UploadSessionFinishBatchLaunch extends async.LaunchResultBase
11511151
example async_job_id
11521152
async_job_id = "34g93hh34h04y384084"
11531153

1154-
route upload_session/finish_batch (UploadSessionFinishBatchArg, UploadSessionFinishBatchLaunch, Void)
1154+
route upload_session/finish_batch (UploadSessionFinishBatchArg, UploadSessionFinishBatchLaunch, Void) deprecated by upload_session/finish_batch:2
11551155
"This route helps you commit many files at once into a user's Dropbox. Use
11561156
:route:`upload_session/start` and :route:`upload_session/append:2` to
11571157
upload file contents. We recommend uploading many files in parallel to increase
@@ -1202,7 +1202,6 @@ route upload_session/finish_batch:2 (UploadSessionFinishBatchArg, UploadSessionF
12021202
allow_app_folder_app = true
12031203
select_admin_mode = "team_admin"
12041204
scope = "files.content.write"
1205-
is_preview = true
12061205

12071206

12081207
route upload_session/finish_batch/check(async.PollArg, UploadSessionFinishBatchJobStatus, async.PollError)

team_log_generated.stone

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4679,6 +4679,9 @@ struct SharedContentRestoreMemberDetails
46794679
struct SharedContentUnshareDetails
46804680
"Unshared file/folder by clearing membership."
46814681

4682+
4683+
example default
4684+
46824685
struct SharedContentViewDetails
46834686
"Previewed shared file/folder."
46844687

0 commit comments

Comments
 (0)