diff options
Diffstat (limited to 'doc/api_item_store.md')
-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 |