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

This commit is contained in:
Claire 2024-03-01 16:10:30 +01:00 committed by GitHub
parent 046da5d653
commit 8a9584c845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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