# UpdateAsset

**Body params**:&#x20;

* `owner_address` - The issuers address of the token, default hexString
* `description` - The description of token, default hexString
* `url` - The token's website url, default hexString
* `new_limit` - Each token holder's free bandwidth
* `new_public_limit` - The total free bandwidth of the token
* `permission_id` - Optional, for multi-signature use
* `visible` - Optional, Whether the address is in base58 format.

**Request**

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/updateasset \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "owner_address": "4116440834509C59DE4EE6BA4933678626F451BEFE",
     "description": "string",
     "url": "string",
     "new_limit": 2,
     "new_public_limit": 1,
     "permission_id": 0,
     "visible": true
}
'
```

**Response**

```
{
  "Error": "class java.lang.IllegalArgumentException : Illegal character 0 at 6"
}
```
