If you are yet to deploy an NFT collection, you can modify the details of its NFT items. To accomplish this, send a PATCH request to the /nft/<nft_item_name> endpoint.
Update NFT Item details.
PATCHhttps://api.playfix.io/nft/<nft_item_name>
Path Parameters
Name
Type
Description
nft_item_name
String
An automatically generated unique name of the NFT item. This begins with nftitems/, followed by a ULID.
Headers
Name
Type
Description
Authorization*
String
Bearer <your_access_token>
Request Body
Name
Type
Description
attributes
String
An array of objects. Each object is an attribute of the NFT item.
imageCoverCid
String
IPFS CID for the NFT item's image.
description
String
A short description of the NFT item.
title
String
The title of the NFT item.
nft
String
Name of the NFT collection the NFT item will be added to. This should be the value of name from a previously created NFT collection.