Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dropbox/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -14788,7 +14788,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
]

UploadSessionAppendBatchArg.entries.validator = bv.List(
UploadSessionAppendBatchArgEntry_validator, max_items=1000
UploadSessionAppendBatchArgEntry_validator, max_items=500
)
UploadSessionAppendBatchArg.content_hash.validator = bv.Nullable(Sha256HexHash_validator)
UploadSessionAppendBatchArg._all_field_names_ = set(
Expand Down
2 changes: 1 addition & 1 deletion spec
Submodule spec updated 1 files
+1 −1 files.stone
Loading