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:
parent
046da5d653
commit
4e46d961ca
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue