1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Adds nullability description to Entities section (#227)

* Adds nullability description to Entities section

* fix typo
This commit is contained in:
Ornithologist Coder 2017-05-09 10:00:01 +02:00 committed by wxcafé
parent fb31b2a7c5
commit 08eb89f04b

View File

@ -543,6 +543,8 @@ ___
## Entities
Note: Some attributes in the entity payload can have ``null`` value and are marked as _nullable_ on the tables below. Attributes that are not nullable are guaranteed to return a valid value.
### Account
| Attribute | Description | Nullable |