Hi there,
I want to trigger a workspace with the function FMEServer.submitJob, but get the a 422-error:
with the response:
What's wrong with the path? Do I have to escape those slashes?
Cheers,
Maria
Hi there,
I want to trigger a workspace with the function FMEServer.submitJob, but get the a 422-error:
with the response:
What's wrong with the path? Do I have to escape those slashes?
Cheers,
Maria
Best answer by david_r
What is the parameter type for the published parameter "source_csv_perimeter" in your workspace?
Based on the error message it may be that "value" should be a list, not a string.
Can you try something putting square brackets around the string, e.g.:
"value": ["...756.itf"]
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.