Hi @dincho.chain,
Thanks for your reply.
-
As you suggested to give
{'None': []}(from javascript aesdk test )for the param which was defined asoption(string)is still resulting in the following error.ValidationError: "Argument" at position 3 fails because [Value ""None":[]" at path: [3] not a string]. -
giving
undefinedas input to the same param from aesdk works without any issue.
I am wondering why the former is still failing. Any thoughts.?