From aa6e229e1be779375f734377377dc8ec88c434f2 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 5 Jan 2014 05:57:34 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index d632cf7..5ca0177 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -20,7 +20,7 @@ Please refer to the linked documentation for further information. ### account/verify_credentials #### Parameters -* skip_status: Don't show the "status" field. Default: false +* skip_status: Don't show the "status" field. (Default: no) #### Unsupported parameters * include_entities @@ -223,7 +223,7 @@ Friendica doesn't allow showing followers of other users. ### friends/ids #### Parameters -* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: no) #### Unsupported parameters * user_id @@ -234,7 +234,7 @@ Friendica doesn't allow showing friends of other users. ### followers/ids #### Parameters -* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: no) #### Unsupported parameters * user_id