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
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": s"...756.itf"]
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": s"...756.itf"]