# Update NFT

#### HTTP Request Method

```
PUT
```

#### HTTP Request URL

```
https://api.helpers.testnet.thxnet.org/rest/v0.5/l1/nft/metadata/dynamic
```

#### HTTP Request Body \<JSON>

```json
{
  "token_id": "<token_id>",
  "dynamic_metadata": {
  }
}
```

> Only dynamic part of the metadata can be updated.
>
> After the updating, `token_id` and `token_uri` remain the same.

#### Auth Method (HTTP Header)

```
Bearer Token

<THXNET_API_TOKEN>
```
