From 0c6333599db44ce9e0d41c52fb7e5b5df5ee5275 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Sun, 6 May 2018 12:25:23 +0200
Subject: [PATCH] API docs, the count parameter

---
 doc/api.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/api.md b/doc/api.md
index 76b3f3dc80..08fca74fa4 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -433,6 +433,7 @@ Friendica doesn't allow showing the friends of other users.
 #### Parameters
 
 * include_entities: "true" shows entities for pictures and links (Default: false)
+* count: how many items should be shown (Default: 20)
 
 ---