๐Ÿช„Update Collection

Use this method to update a collection's metadata

Usage in your script

const alturaUpdateCollection = await AlturaCollection.update(
COLLECTION_ADDRESS,
image,
image_url,
description,
website,
genre
);

Parameters

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 updated

Was this helpful?