The root URL of my application is:
https://www.mydomain.com/api/1.1/wf/
I have an API workflow named “url-friendly-name”, and to run it I simply call the following URL:
https://www.mydomain.com/api/1.1/wf/url-friendly-name
The API workflow was also runned if I put anything at the end, such as:
https://www.mydomain.com/api/1.1/wf/url-friendly-name/anything/that/i/want
However, this behavior is not working anymore (since May 31st) and I can not name my API Workflow " url-friendly-name/anything/that/I/want" because it doesn’t accept slashes.
Does anyone is experiencing the same problem and knows a solution?