You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
Copy file name to clipboardExpand all lines: docs/models/shared/domainschema.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
|`placeholder`|*::String*|:heavy_check_mark:| 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/what-is-dub|
14
14
|`expired_url`|*::String*|:heavy_check_mark:| The URL to redirect to when a link under this domain has expired. |https://acme.com/expired|
15
15
|`not_found_url`|*::String*|:heavy_check_mark:| The URL to redirect to when a link under this domain doesn't exist. |https://acme.com/not-found|
16
+
|`asset_links`|*::String*|:heavy_check_mark:| assetLinks.json configuration file (for deep link support on Android). ||
17
+
|`apple_app_site_association`|*::String*|:heavy_check_mark:| apple-app-site-association configuration file (for deep link support on iOS). ||
16
18
|`logo`|*::String*|:heavy_check_mark:| The logo of the domain. ||
17
19
|`created_at`|*::String*|:heavy_check_mark:| The date the domain was created. ||
18
20
|`updated_at`|*::String*|:heavy_check_mark:| The date the domain was last updated. ||
0 commit comments