Update an NFT
Partial Update an NFT
This endpoint allows you to perform a partial update on an NFT.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired
Value must be either 't' for transferable or 'n' for non-transferable
projectIdintegerRequired
nftIdintegerRequired
NFT ID
Body
descriptionstringOptionalExample:
Description stored in the metadata
This is my first NFTimagestringOptionalExample:
Image URL for your NFT
https://example.com/image.pnganimationUrlstringOptionalExample:
Animation URL for your NFT
https://example.com/animation.mp4Responses
200
Returns an Updated NFT
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
patch
/v2/projects/:transferable/:projectId/nfts/:nftIdExample
Update an NFT
This endpoint allows you to perform an update on an NFT.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired
Value must be either 't' for transferable or 'n' for non-transferable
projectIdintegerRequired
nftIdintegerRequired
NFT ID
Body
descriptionstringOptionalExample:
Description stored in the metadata
This is my first NFTimagestringRequiredExample:
Image URL for your NFT
https://example.com/image.pnganimationUrlstringOptionalExample:
Animation URL for your NFT
https://example.com/animation.mp4Responses
200
Returns an Updated NFT
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
put
/v2/projects/:transferable/:projectId/nfts/:nftIdExample
Last updated