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
I tried to duplicate my http-in node (url = /nodes) in order to add a named parameter (url = /nodes/:type). Any changes I made to either list of query parameters would overwrite the changes I made in the other copy of the node. Is this the expected behavior when two nodes share the same root url?
I thought it might be because the root of the path is identical, but even after changing the url of the first node, the two nodes are sharing the same swagger doc file. I ended up having to remove both nodes and recreate them from scratch.
The text was updated successfully, but these errors were encountered:
I tried to duplicate my http-in node (url =
/nodes
) in order to add a named parameter (url =/nodes/:type
). Any changes I made to either list of query parameters would overwrite the changes I made in the other copy of the node. Is this the expected behavior when two nodes share the same root url?I thought it might be because the root of the path is identical, but even after changing the url of the first node, the two nodes are sharing the same swagger doc file. I ended up having to remove both nodes and recreate them from scratch.
The text was updated successfully, but these errors were encountered: