PUT /api/node/<name>
Bir cuckoo node hakkındaki temel bilgilerini güncelleyin:
$ curl -XPUT http://localhost:9003/api/node/localhost -F name=newhost \
-F url=http://1.2.3.4:8090/
{
"success": true
}
Bir cuckoo node hakkındaki temel bilgilerini güncelleyin:
$ curl -XPUT http://localhost:9003/api/node/localhost -F name=newhost \
-F url=http://1.2.3.4:8090/
{
"success": true
}