Partial Update an NFTAsk AIpatch https://devnet.underdogprotocol.com/v2/projects/{projectId}/nfts/{nftId}This endpoint allows you to perform a partial update on an NFT.Path ParamsprojectIdintegerrequirednftIdintegerrequiredBody Paramsnamestringrequiredlength ≤ 32Name stored as on-chain metadatasymbolstringlength ≤ 10Symbol stored as on-chain metadatadescriptionstringDescription stored in the metadataimagestringrequiredImage for your NFT. When creating an NFT, this can be a base64 encoded string or a URL pointing to an image.animationUrlstringURL pointing to the asset's animation.externalUrlstringURL pointing to an external URL defining the assetattributesobjectKey-value pairs of your NFT attributesattributes objectResponses 200Returns an Updated NFT 401Unauthorized 403Forbidden 404Not FoundUpdated over 2 years ago