const media = await updateContentMedia({ id: 12, title: "Updated guide" });
const updateContentMedia: PortalFunction<PortalMedia, UpdateContentMediaInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates an existing content-media record.
const media = await updateContentMedia({ id: 12, title: "Updated guide" });
const updateContentMedia: PortalFunction<PortalMedia, UpdateContentMediaInput>