I want to create one job for multiple files.
Create Job API
allows me to add multiple files as input parameter but when I execute
it, it throws error - Validation failed. Field files is invalid:
['Length must be 1.'].
Is there any way to handle this?
Thanks