Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.77 KB

File metadata and controls

15 lines (12 loc) · 5.77 KB

CreateDomainRequestBody

Fields

Field Type Required Description Example
slug str ✔️ Name of the domain. acme.com
expired_url OptionalNullable[str] ➖ Redirect users to a specific URL when any link under this domain has expired. https://acme.com/expired
not_found_url OptionalNullable[str] ➖ Redirect users to a specific URL when a link under this domain doesn't exist. https://acme.com/not-found
archived Optional[bool] ➖ Whether to archive this domain. false will unarchive a previously archived domain. false
placeholder OptionalNullable[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
logo OptionalNullable[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).