Update an NFT
There are two API methods to update an NFT.
PATCH allows for partial updates so you can just pass in the image or the attribute you want to update
PUT requires the full NFT metadata to be passed in and updates the full metadata
If you just want to make a change to a single attribute or just update the image, the PATCH endpoint should be sufficient.
If you are trying to remove attributes, you'll need to use the PUT endpoint to pass in the new attribute body.
Partial Update an NFT
This endpoint allows you to perform an update on an NFT.
Address for the NFT's or token's mint account
EBeLw5jEdrEgDe17BdKGW2MizzGxtxigEuAGvYC7VzDpPattern: ^[A-HJ-NP-Za-km-z1-9]*$Description stored in the metadata
This is my first NFTImage URL for your NFT
https://example.com/image.pngReturns an Updated NFT
Unauthorized
Forbidden
Not Found
Example
Update an NFT
This endpoint allows you to perform a partial update on an NFT.
Address for the NFT's or token's mint account
EBeLw5jEdrEgDe17BdKGW2MizzGxtxigEuAGvYC7VzDpPattern: ^[A-HJ-NP-Za-km-z1-9]*$Description stored in the metadata
This is my first NFTImage URL for your NFT
https://example.com/image.pngReturns an Updated NFT
Unauthorized
Forbidden
Not Found
Example
Last updated