🪄
Update Collection
Use this method to update a collection's metadata
JavaScript
TypeScript
const alturaUpdateCollection = await AlturaCollection.update(
COLLECTION_ADDRESS,
image,
image_url,
description,
website,
genre
);
const alturaUpdateCollection:TAlturaCollection = await AlturaCollection.update(
COLLECTION_ADDRESS,
image,
image_url,
description,
website,
genre
);
Parameter | Type | Required | Description |
---|---|---|---|
collection_address | String | Yes | Collection address |
image | String | Yes | new image URL |
image_url | String | Yes | new image URL |
description | String | Yes | new description for the project |
website | String | Yes | Website of the collection |
genre | String | Yes | Type of the collection |
Last modified 6mo ago