Update an Item's Name & Description
Last updated
This method allows you to change the name and description an item
POST https://api.alturanft.com/api/v2/item/updateItem
Takes an item's collection address, tokenId, name, and/or description, and your API key
apiKey*
String
Your API key
address*
String
The item's collection address
tokenId*
Integer
The item's tokenId
itemName
String
The new item name
itemDesc
String
The new item description
{
// Response
}{
// Response
}Last updated