From: Tobias Diekershoff Date: Sun, 6 May 2018 10:25:23 +0000 (+0200) Subject: API docs, the count parameter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0c6333599db44ce9e0d41c52fb7e5b5df5ee5275;p=friendica.git API docs, the count parameter --- 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) ---