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