Minted NFT updater
Last updated
Last updated
[apis/nftport/v0/Minted NFT updater]
Updates an NFT which has been previously minted with Customizable minting or Batch customizable minting. You can update the metadata URI with a new link or freeze the metadata URI to permanently lock it. The NFT must be minted in your deployed contract and update only works if contract and token are not frozen. Update a minted NFT: https://docs.nftport.xyz/docs/nftport/?search=update-a-minted-nft
Keywords: web3, blockchain, crypto, nft, product, dynamic, mint, update, customisable, polygon, rinkeby
NFT:
Receives the data of the NFT to be updated. Rerefence: https://docs.nftport.xyz/docs/nftport/?search=update-a-minted-nft#request-body
params:
Rerefence: https://docs.nftport.xyz/docs/nftport/?search=update-a-minted-nft#request-body
data:
Sends transaction hash which can be used to confirm that the transaction was successful (blockchain transactions can take up to a few minutes depending on how congested the network is). Rerefence: https://docs.nftport.xyz/docs/nftport/?search=update-a-minted-nft#response-body
response:
Sends the original response.
error: {"error": string, "details": any}