Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function updateEntity
import { updateEntity } from "https://deno.land/x/yextpages@pages%401.0.0-beta.20/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>