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.
The http-request node has an input that can accept a msg.
The body of the request is sent using msg.payload
( You could use a preceding Inject, Change, Function or any other node to construct a msg.payload. )
If you select the http-request node and view its Help tab on the side window
you get a detailed explanation of all the properties that you can set for that node.