Skip to content

Commit 9554f87

Browse files
Add auto_chaptering to upload params
1 parent ea3cbde commit 9554f87

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cloudinary/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"async",
122122
"cinemagraph_analysis",
123123
"accessibility_analysis",
124+
"auto_chaptering",
124125
]
125126

126127
__SERIALIZED_UPLOAD_PARAMS = [

test/test_uploader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,7 @@ def test_various_upload_parameters(self, request_mock):
977977
'on_success': ON_SUCCESS_STR,
978978
'regions': {"box_1": [[1, 2], [3, 4]], "box_2": [[5, 6], [7, 8]]},
979979
'auto_transcription': True,
980+
'auto_chaptering': True,
980981
}
981982

982983
uploader.upload(TEST_IMAGE, **options)

0 commit comments

Comments
 (0)