Skip to main content

Interface: SiteChildHostCreateRequest

Defined in: packages/sdk/src/types/generated/site_domain_config.ts:16

Body of POST …/domains/{parent_uuid}/site/children.

The label is one DNS label; the service builds <label>.<parent> and re-validates the whole name. Constrained here as well so a malformed label is a 422 at the edge instead of reaching the service.

Properties

label

label: string

Defined in: packages/sdk/src/types/generated/site_domain_config.ts:22

Min Length

1

Max Length

63

Pattern

^a-z0-9?$