mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
3.7 KiB
3.7 KiB
AddDomainRequestBody
Fields
| Field | Type | Required | Description |
|---|---|---|---|
slug |
string | ✔️ | Name of the domain. |
type |
operations.Type | ➖ | The type of redirect to use for this domain. |
target |
string | ➖ | The page your users will get redirected to when they visit your domain. |
expiredUrl |
string | ➖ | Redirect users to a specific URL when any link under this domain has expired. |
archived |
boolean | ➖ | Whether to archive this domain. false will unarchive a previously archived domain. |
placeholder |
string | ➖ | Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened. |