Actions
Bug #16165
closedTypo in doc example of node-create-api plugin
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
61
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
Here: https://docs.rudder.io/reference/5.0/plugins/create-node-api.html
there is a json example that includes this line:
"ipAddresses" : ["192.168.180.90, 127.0.0.1"]
I assume this was originally intended to be a proper JSON array with two elements and not one array with one string that contains two IP-s separated by a comma as a string?
Actions