const path = await createDamAssetPath({ assetCode: "hero", path: "/images/hero.png" });
const createDamAssetPath: PortalFunction<PortalDamAssetPath, CreateDamAssetPathInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Adds a path to a digital asset.
const path = await createDamAssetPath({ assetCode: "hero", path: "/images/hero.png" });
const createDamAssetPath: PortalFunction<PortalDamAssetPath, CreateDamAssetPathInput>