Update NFT
HTTP Request Method
PUTHTTP Request URL
https://api.helpers.testnet.thxnet.org/rest/v0.5/l1/nft/metadata/dynamicHTTP Request Body <JSON>
{
"token_id": "<token_id>",
"dynamic_metadata": {
}
}Only dynamic part of the metadata can be updated.
After the updating,
token_idandtoken_uriremain the same.
Auth Method (HTTP Header)
Bearer Token
<THXNET_API_TOKEN>Last updated