diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-02 23:09:25 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-02 23:09:25 -0800 |
commit | 8e6ff32c97fe6abbbc93e3d7d2769142c285b948 (patch) | |
tree | 91c665eabf759ee99d0f9366ccf34a082394b5e3 /doc | |
parent | 23acd2738b7eca2c8d28c467d5e2baec7a6e9a36 (diff) | |
download | volse-hubzilla-8e6ff32c97fe6abbbc93e3d7d2769142c285b948.tar.gz volse-hubzilla-8e6ff32c97fe6abbbc93e3d7d2769142c285b948.tar.bz2 volse-hubzilla-8e6ff32c97fe6abbbc93e3d7d2769142c285b948.zip |
more api work for item/store and doco
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api_item_store.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/api_item_store.md b/doc/api_item_store.md index 0748c266f..26b6db121 100644 --- a/doc/api_item_store.md +++ b/doc/api_item_store.md @@ -16,11 +16,23 @@ Required: Optional: - $_FILES['media'] - uploaded media file (currently photos) + uploaded media file to include with post - title title of post/item +- contact_allow + array of xchan.xchan_hash allowed to view this item + +- group_allow + array of group.hash allowed to view this item + +- contact_deny + array of xchan.xchan_hash not allowed to view this item + +- group_deny + array of group.hash not allowed to view this item + - coord geographic coordinates |