Skip to main content
Latest
function updateEntity
import { updateEntity } from "https://deno.land/x/yextpages@pages@1.1.2/urlWriteback/yext.ts";

Type Parameters

T extends EntityProfile

Parameters

id: string
locale: string
body: EntityProfile
apiKey: string
optional
options: { env?: "prod" | "sbx"; v?: string; }

Returns

Promise<T>