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
}


Revision #1
Created 18 January 2024 17:38:31 by Ertan Sözer
Updated 18 January 2024 17:38:54 by Ertan Sözer