aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api/group.md
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-04-30 06:59:19 +0000
committerMario <mario@mariovavti.com>2024-04-30 06:59:19 +0000
commit7c34a3676d294c9a1acc69f71ab3061074509160 (patch)
treead04cef0d545c5e5e24e76060b6c32d65363d48e /doc/api/group.md
parent48cec945051d259a06871d937ad998a1bd3e22ec (diff)
downloadvolse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.gz
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.bz2
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.zip
Rework Help module + begin tests for Setup module
Diffstat (limited to 'doc/api/group.md')
-rw-r--r--doc/api/group.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/api/group.md b/doc/api/group.md
deleted file mode 100644
index 8829ff416..000000000
--- a/doc/api/group.md
+++ /dev/null
@@ -1,41 +0,0 @@
-API group
-=========
-
-GET /api/z/1.0/group
-
-
-Description: list privacy groups
-
-
-Returns: DB tables of all privacy groups.
-
-To use with API group_members, provide either 'group_id' from the id element returned in this call, or 'group_name' from the gname returned in this call.
-
-
- [
-
- {
- "id": "1",
- "hash": "966c946394f3e2627bbb8a55026b5725e582407098415c02f85232de3f3fde76Friends",
- "uid": "2",
- "visible": "0",
- "deleted": "0",
- "gname": "Friends"
- },
- {
- "id": "2",
- "hash": "852ebc17f8c3ed4866f2162e384ded0f9b9d1048f93822c0c84196745f6eec66Family",
- "uid": "2",
- "visible": "1",
- "deleted": "0",
- "gname": "Family"
- },
- {
- "id": "3",
- "hash": "cc3cb5a7f9818effd7c7c80a58b09a189b62efa698a74319117babe33ee30ab9Co-workers",
- "uid": "2",
- "visible": "0",
- "deleted": "0",
- "gname": "Co-workers"
- }
- ] \ No newline at end of file