post http://127.0.0.1:5001/api/v1/dht/put
Write a key/value pair to the routing system.
Arguments
Argument | Description | Type | Required? |
---|---|---|---|
arg | The key to store the value at. | string | Y |
arg | The value to store. | string | Y |
verbose | Print extra information. | boolean | N |