diff options
author | Andrew Manning <andrew@reticu.li> | 2016-12-04 08:08:22 -0500 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-12-04 08:08:22 -0500 |
commit | 3b3da24823defd89f4ed256b7c45df8b71cb0627 (patch) | |
tree | 6aebea23b86aa608c93337c5994f399b20d17586 /doc/api/group.md | |
parent | 1f91c2fe1203f6f34a639700e8d9731f51ba1429 (diff) | |
parent | b98fbcce0ce8ba68781cd006e2b12a2ff3303b43 (diff) | |
download | volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.tar.gz volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.tar.bz2 volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.zip |
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'doc/api/group.md')
-rw-r--r-- | doc/api/group.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/group.md b/doc/api/group.md new file mode 100644 index 000000000..76df1c8e6 --- /dev/null +++ b/doc/api/group.md @@ -0,0 +1,12 @@ +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 group_id from the id element returned in this call, or group_name from the gname returned in this call. + +
\ No newline at end of file |