We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8072cb + a05274f commit f585181Copy full SHA for f585181
docs/api/admin/methods/post/nodes/index.md
@@ -43,7 +43,7 @@ The following `curl` example will install `node-red-contrib-foo`.
43
44
{% highlight shell %}
45
curl -X POST http://localhost:1880/nodes -H "Content-Type: multipart/form-data" -F "tarball=@node-red-contrib-foo-1.0.3.tgz;type=application/x-compressed-tar;filename=node-red-contrib-foo-1.0.3.tgz"
46
-{% endhightlight %}
+{% endhighlight %}
47
48
### Response
49
0 commit comments