File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ def commit_range_scan_async(
203203 def commit_range_scan_from_upload_ids (
204204 self ,
205205 scan_type : str ,
206- from_upload_id : str ,
207- to_upload_id : str ,
206+ from_commit_upload_id : str ,
207+ to_commit_upload_id : str ,
208208 scan_parameters : dict ,
209209 is_git_diff : bool = False ,
210210 ) -> models .ScanInitializationResponse :
@@ -213,8 +213,8 @@ def commit_range_scan_from_upload_ids(
213213 response = self .scan_cycode_client .post (
214214 url_path = url_path ,
215215 body = {
216- 'from_upload_id ' : from_upload_id ,
217- 'to_upload_id ' : to_upload_id ,
216+ 'from_commit_upload_id ' : from_commit_upload_id ,
217+ 'to_commit_upload_id ' : to_commit_upload_id ,
218218 'is_git_diff' : is_git_diff ,
219219 'scan_parameters' : json .dumps (scan_parameters ),
220220 },
You can’t perform that action at this time.
0 commit comments