setlabel

wallet
setlabel "address" "label"

Sets the label associated with the given address.

Arguments:
1. address    (string, required) The bitweb address to be associated with a label.
2. label      (string, required) The label to assign to the address.

Result:
null    (json null)

Examples:
> bitweb-cli setlabel "web1qjau2mr7g9ar5uvhwdn72x0zrs4q2f6xnmqqhhm" "tabby"
> curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "setlabel", "params": ["web1qjau2mr7g9ar5uvhwdn72x0zrs4q2f6xnmqqhhm", "tabby"]}' -H 'content-type: application/json' http://127.0.0.1:26332/