Dear all,
I want to update a flow using the http request node via nodered's API admin.
Is this possible?
I found some documentation but I am having difficulty to understand it.
As per doc, I can use the PUT/flow/:id to update a specific flow.
However, I cannot see where to put the JSON data on my http request node.
As per document, I need to add this data onto the http request:
But the http request node only have this configuration:

So basically what I want to do is, update the flow using the nodered http request.
Hoping for your guidance.
Regards,
Henjoe



