]> git.mxchange.org Git - friendica.git/commitdiff
Update api.md
authorgerhard6380 <gerhard6380@users.noreply.github.com>
Mon, 7 Dec 2015 21:42:43 +0000 (22:42 +0100)
committergerhard6380 <gerhard6380@users.noreply.github.com>
Mon, 7 Dec 2015 21:42:43 +0000 (22:42 +0100)
changed from api/users/group_* to api/friendica/group_*

doc/api.md

index 478ef6d2b973804f5a32f8b16cb85dadc5f91b65..aa02aac6f58cf81209c209ec08df1299896dcdf0 100644 (file)
@@ -349,7 +349,7 @@ Friendica doesn't allow showing friends of other users.
 \r
 ## Implemented API calls (not compatible with other API’s)\r
 \r
-### users/group_show\r
+### friendica/group_show\r
 Return all or a specified group of the user with the containing contacts as array.\r
 \r
 #### Parameters\r
@@ -362,7 +362,7 @@ Array of:
 * user: array of group members (return from api_get_user() function for each member)\r
 \r
 \r
-### users/group_delete\r
+### friendica/group_delete\r
 delete the specified group of contacts; API call need to include the correct gid AND name of the group to be deleted.\r
 \r
 ### Parameters\r
@@ -378,7 +378,7 @@ Array of:
 * wrong users: empty array\r
 \r
 \r
-### users/group_create\r
+### friendica/group_create\r
 Create the group with the posted array of contacts as members. \r
 #### Parameters\r
 * name: name of the group to be created\r
@@ -398,7 +398,7 @@ Array of:
 * wrong users: array of users, which were not available in the contact table \r
 \r
 \r
-### users/group_update\r
+### friendica/group_update\r
 Update the group with the posted array of contacts as members (post all members of the group to the call; function will remove members not posted). \r
 #### Parameters\r
 * gid: id of the group to be changed\r