Activate the specified collection
export type ActivateCollectionProps = { collectionId: string; }
const success = await assetlayer.collections.activateCollection({ collectionId: 'collectionId' });
type ReturnType = boolean;
Last updated 1 year ago