diff --git a/Friendica-API.md b/Friendica-API.md index 9c2ad39..970a860 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -221,7 +221,7 @@ Friendica doesn't allow showing followers of other users. ### friends/ids #### Parameters -* stringify_ids +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) #### Unsupported parameters * user_id: id of the user @@ -232,7 +232,7 @@ Friendica doesn't allow showing friends of other users. ### followers/ids #### Parameters -* stringify_ids +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) #### Unsupported parameters * user_id: id of the user @@ -245,7 +245,7 @@ Friendica doesn't allow showing followers of other users. #### Parameters * user_id: id of the user * screen_name: screen name (for technical reasons, this value is not unique!) -* text +* text: The message * replyto: ID of the replied direct message * title: Title of the direct message