diff --git a/content/en/entities/Instance.md b/content/en/entities/Instance.md index b822dabd..adc5c305 100644 --- a/content/en/entities/Instance.md +++ b/content/en/entities/Instance.md @@ -169,7 +169,7 @@ aliases: [ ### `domain` {#domain} -**Description:** The domain name of the instance.\ +**Description:** The domain name of the instance. Corresponds to the configured `LOCAL_DOMAIN`, which is used for account handles, and is not necessarily the same as `WEB_DOMAIN` where the Mastodon API and web interface are hosted.\ **Type:** String\ **Version history:**\ 4.0.0 - added diff --git a/content/en/entities/V1_Instance.md b/content/en/entities/V1_Instance.md index 276afc85..31d67ff6 100644 --- a/content/en/entities/V1_Instance.md +++ b/content/en/entities/V1_Instance.md @@ -148,7 +148,7 @@ aliases: [ ### `uri` {#uri} -**Description:** The domain name of the instance.\ +**Description:** The domain name of the instance. Corresponds to the configured `LOCAL_DOMAIN`, which is used for account handles, and is not necessarily the same as `WEB_DOMAIN` where the Mastodon API and web interface are hosted.\ **Type:** String\ **Version history:**\ 1.1.0 - added