You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 19: Add a space after response.code to prevent parser* from thinking the variable is named "codethe".
There are two parameters supported by the module but aren't in the doc block: options (object), method (string). The method param defaults to GET.
Line 16: Fix incorrect data type for the data param. It should be object instead of string. This will prevent parser* from sending the wrong JSON data type.
I use Generator's parser to create a Perform Script block with the correct params and result variables.
The text was updated successfully, but these errors were encountered:
Line 19: Add a space after response.code to prevent parser* from thinking the variable is named "codethe".
There are two parameters supported by the module but aren't in the doc block: options (object), method (string). The method param defaults to GET.
Line 16: Fix incorrect data type for the data param. It should be object instead of string. This will prevent parser* from sending the wrong JSON data type.
The text was updated successfully, but these errors were encountered: