Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 9.2 KB

File metadata and controls

21 lines (18 loc) · 9.2 KB

DomainSchema

Fields

Field Type Required Description Example
id str ✔️ The unique identifier of the domain.
slug str ✔️ The domain name. acme.com
verified Optional[bool] ➖ Whether the domain is verified.
primary Optional[bool] ➖ Whether the domain is the primary domain for the workspace.
archived Optional[bool] ➖ Whether the domain is archived.
placeholder Nullable[str] ✔️ Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened. https://dub.co/help/article/dub-links
expired_url Nullable[str] ✔️ The URL to redirect to when a link under this domain has expired. https://acme.com/expired
not_found_url Nullable[str] ✔️ The URL to redirect to when a link under this domain doesn't exist. https://acme.com/not-found
logo Nullable[str] ✔️ The logo of the domain.
asset_links OptionalNullable[str] ➖ assetLinks.json configuration file (for deep link support on Android).
apple_app_site_association OptionalNullable[str] ➖ apple-app-site-association configuration file (for deep link support on iOS).
created_at str ✔️ The date the domain was created.
updated_at str ✔️ The date the domain was last updated.
registered_domain Nullable[components.RegisteredDomain] ✔️ The registered domain record.