UpdateErc1155TokenAnimationUrls
Description
This endpoint is used to update the animationUrls
for a specific NFT.
public static VyTask<VyMetadataDto> UpdateErc1155TokenAnimationUrls(eVyChain chain, string contractAddress, int tokenId, VyErc1155TokenAnimationUrlDto[] reqParams)
Parameters
contractAddress
string
The NFT contract address
tokenId
int
The `ID` of the token you want to update
Returns
VyTask<VyMetadataDto>
Last updated