Mark `contact[account]` as nullable in `Instance` entity (#1415)

* Mark `contact[account]` as nullable in `Instance` entity

* Update V1_Instance.md
This commit is contained in:
Claire 2024-03-13 14:56:28 +01:00 committed by GitHub
parent 046da5d653
commit 4e46d961ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ aliases: [
#### `contact[account]` {#contact-account}
**Description:** An account that can be contacted natively over the network regarding inquiries or issues.\
**Type:** [Account]({{< relref "entities/Account" >}})\
**Type:** {{<nullable>}} [Account]({{< relref "entities/Account" >}}) or null\
**Version history:**\
4.0.0 - added

View File

@ -401,7 +401,7 @@ aliases: [
### `contact_account` {#contact_account}
**Description:** A user that can be contacted, as an alternative to `email`.\
**Type:** [Account]({{< relref "entities/Account" >}})\
**Type:** {{<nullable>}} [Account]({{< relref "entities/Account" >}}) or null\
**Version history:**\
2.3.0 - added