mirror of
https://github.com/appwrite/appwrite
synced 2026-05-12 19:48:41 +00:00
9 lines
256 B
Markdown
9 lines
256 B
Markdown
|
|
appwrite database createDocument \
|
||
|
|
--collectionId="[COLLECTION_ID]" \
|
||
|
|
--data="{}" \
|
||
|
|
--read="" \
|
||
|
|
--write="" \
|
||
|
|
--parentDocument="[PARENT_DOCUMENT]" \
|
||
|
|
--parentProperty="" \
|
||
|
|
--parentPropertyType="assign"
|