🔮Update an Item's Properties
Last updated
Last updated
This method allows you to change the value of an item's property given the name of the property (key). This can be used to update an item's state (i.e., health, wear, strength, consumed state, etc.)
POST
https://api.alturanft.com/api/v2/item/update_property
Takes an item's collection address, tokenId, a property name, the new value for the property and your API key and updates the item's property
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
You cannot change the value of static properties.
apiKey*
String
Your API key
address*
String
The item's collection address
tokenId*
Integer
The item's tokenId
propertyName*
String
The name (key) of the property you want to change
propertyValue*
String
The new value you want to set the property to