when creating a RESTservice the request value seemed to be limited to a-z, A-Z, 0-9, which means only english is accepted? is it possible to input other languages like Chinese or Japanese? Thanks in advance!
when creating a RESTservice the request value seemed to be limited to a-z, A-Z, 0-9, which means only english is accepted? is it possible to input other languages like Chinese or Japanese? Thanks in advance!
Hello!
Only these characters are allowed.
Just to add, the name has to be a valid JavaScript variable (thus the limitations)