const links = await reorderMySiteLinks({ orderedIds: [7, 3] });
const reorderMySiteLinks: PortalFunction<readonly PortalMySiteLink[], ReorderMySiteLinksInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Replaces the display order of all MySite links.
const links = await reorderMySiteLinks({ orderedIds: [7, 3] });
const reorderMySiteLinks: PortalFunction<readonly PortalMySiteLink[], ReorderMySiteLinksInput>