UpdateWitness
Edit the URL of the witness's official website.
Argument
Description
Type
curl --request POST \
--url https://tron.api.watchdata.io/wallet/updatewitness \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "41d1e7a6bc354106cb410e65ff8b181c600ff14292",
"update_url": "string",
"permission_id": 0,
"visible": true
}
'Last updated