Add clarification for `domain`/`uri` in API Instance response

Since `LOCAL_DOMAIN` and `WEB_DOMAIN` can be separate, as an API user I
needed to be aware of the distinction when using this property.
This commit is contained in:
Dale Price 2024-01-11 15:46:47 -06:00
parent 09ac07584a
commit bc16b89221
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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