Browse Source

Adds nullability description to Entities section (#227)

* Adds nullability description to Entities section

* fix typo
Ornithologist Coder 7 years ago
parent
commit
08eb89f04b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Using-the-API/API.md

+ 2 - 0
Using-the-API/API.md

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