const link = await updateMySiteLink({ id: 7, title: "New title" });
const updateMySiteLink: PortalFunction<PortalMySiteLink, UpdateMySiteLinkInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates a link on the signed-in member’s MySite.
const link = await updateMySiteLink({ id: 7, title: "New title" });
const updateMySiteLink: PortalFunction<PortalMySiteLink, UpdateMySiteLinkInput>