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