Update an Item's Name & Description
This method allows you to change the name and description an item
Update an item's name and description
Updates the value of an item's property
POST
https://api.alturanft.com/api/v2/item/updateItem
Takes an item's collection address, tokenId, name, and/or description, and your API key
Query Parameters
Name
Type
Description
apiKey*
String
Your API key
Request Body
Name
Type
Description
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
Last updated