Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface IAPI
import { type IAPI } from "https://deno.land/x/yextpages@pages%401.0.0-beta.18/slugManager/api.ts";

Properties

savedSearchesIncludeEntity: (searchIds: string[], entityId: string) => Promise<boolean>
updateField: <EntityType = BaseEntity>(
id: string,
locale: string,
field: string,
value: string,
) => Promise<EntityType>
listLanguageProfiles: <EntityType = BaseEntity>(params?: URLSearchParams) => Promise<ListLanguageProfilesResponse<EntityType>>
listEntities: <EntityType = BaseEntity>(params?: URLSearchParams) => Promise<ListEntitiesResponse<EntityType>>