Ask questionsSupport single quotes in path
Hello,
I have an unconventional endpoint path, from a commercial 3rd party API, that requires the use of single quotes when addressing an object by id.
Example - destroy_path = "/Organizations('{id}')"
The full URL ends up being - .../Organizations(99999999-9999-9999-9999-999999999999)
This provider seems to strip off single quotes when it constructs the full URL. Is there a way to preserve the single quote?
Thanks,
Alejandro
Related questions