diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-04 02:53:17 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-04 02:53:17 -0800 |
commit | bd4bdab81ce6b6d2cd8f602677e5cbb299c0c6b0 (patch) | |
tree | 9ffcf97d99d356424317d5a5de0f03e501c85b7f /doc/api/group.md | |
parent | 792527d456a031696f93015fb4fc91e60dee151b (diff) | |
download | volse-hubzilla-bd4bdab81ce6b6d2cd8f602677e5cbb299c0c6b0.tar.gz volse-hubzilla-bd4bdab81ce6b6d2cd8f602677e5cbb299c0c6b0.tar.bz2 volse-hubzilla-bd4bdab81ce6b6d2cd8f602677e5cbb299c0c6b0.zip |
more zot api documentation
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 |