Skip to main content

Interface: WidgetDomainUpsertRequest

Defined in: packages/sdk/src/types/generated/workspace_widget_domain.ts:34

Enable a set of widgets on one verified org domain for this workspace.

Idempotent upsert keyed by the target org_domain_uuid (path param); replaces the row's widgets + allow_subdomains.

Properties

allowSubdomains?

optional allowSubdomains: boolean

Defined in: packages/sdk/src/types/generated/workspace_widget_domain.ts:41

When true, subdomains of the verified domain also match the origin gate (design Q1: exact host by default).


port?

optional port: number | null

Defined in: packages/sdk/src/types/generated/workspace_widget_domain.ts:43

Non-default port of the embedding origin (e.g. 4444 in local dev, or a customer serving on a non-443 port). Omit for the default HTTPS port (443).


widgets

widgets: string[]

Defined in: packages/sdk/src/types/generated/workspace_widget_domain.ts:39

Widget slugs to enable on this domain (from the WidgetSlug registry, e.g. ['chat', 'operator-tools']).

Min Items

1