(I see in the diff that my IDE has done some unwanted reformatting, sorry about that!)
The important change is that starting_number is now used in a api.scene_search, it is passed in the payload as startingNumber and defaults to 1 (this was already set).
(I see in the diff that my IDE has done some unwanted reformatting, sorry about that!)
The important change is that
starting_number
is now used in aapi.scene_search
, it is passed in the payload asstartingNumber
and defaults to 1 (this was already set).