Developer DashboardMarketplaceDeveloper Discord
Search
⌃K
Links
Getting Started
👋
Welcome to Altura
➕
Creating a Project
⛽
Blockchains & Gas Fees
🖼
Minting and Importing NFTs
🔗
Linking Your Collections
💳
The Developer Wallet
🧠
Smart NFTs
🔑
Getting Your API Key
🎮
Integrating Altura
👥
Authenticating Users
Marketplace
🛍
The Altura Marketplace
🎯
Listing Your Game on the Altura Marketplace
✅
Getting Your Collections Verified
🎨
Create Your Own Branded Marketplace
🌐
API Reference
Get Endpoints
Developer Wallet Endpoints
Smart NFT Endpoints
⚙
Unity SDK Reference
Installation
Get Methods
Connect to Web3 Wallet (WebGL)
Schemas
⚙
JS SDK Reference
Installation
Get Methods
Developer Wallet Methods
Smart NFT Endpoints
Update an Item's Property
Add new Properties
Remove Properties
Bulk Update an Item's Properties
Switch an Item's Primary Image
Add a New Image
Update an Item's Name & Description
Update a Collections Metadata
Connect to Web3 Wallet
Schemas
Powered By GitBook

Update an Item's Name & Description

Update item name and description

Usage in your script

JavaScript
TypeScript
const updateItemData = await alturaItem.updateItemData(ITEMNAME, ITEMDESC);
const updateItemData: IAlturaItem = await alturaItem.updateItemData(ITEMNAME, ITEMDESC);

Parameters

Parameter
Type
Required
Description
ITEMNAME
String
Optional
New name of the Item
ITEMDESC
String
Optional
New description for the item
Previous
Add a New Image
Next
Update a Collections Metadata
Last modified 4mo ago
Copy link
On this page
Usage in your script
Parameters